FreeBSD kernel CXGBE device code
tp_usm_stats Struct Reference

#include <common.h>

Data Fields

u32 frames
 
u32 drops
 
u64 octets
 

Detailed Description

Definition at line 186 of file common.h.

Field Documentation

◆ drops

u32 tp_usm_stats::drops

Definition at line 188 of file common.h.

Referenced by sysctl_ddp_stats(), and t4_get_usm_stats().

◆ frames

u32 tp_usm_stats::frames

Definition at line 187 of file common.h.

Referenced by sysctl_ddp_stats(), and t4_get_usm_stats().

◆ octets

u64 tp_usm_stats::octets

Definition at line 189 of file common.h.

Referenced by sysctl_ddp_stats(), and t4_get_usm_stats().


The documentation for this struct was generated from the following file: