Home
last modified time | relevance | path

Searched defs:ae_stats (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/netif/ae/
H A Dif_aevar.h77 struct ae_stats { struct
78 uint32_t rx_bcast;
79 uint32_t rx_mcast;
80 uint32_t rx_pause;
81 uint32_t rx_ctrl;
82 uint32_t rx_crcerr;
83 uint32_t rx_codeerr;
84 uint32_t rx_runt;
85 uint32_t rx_frag;
86 uint32_t rx_trunc;
[all …]
H A Dif_ae.c393 struct ae_stats *ae_stats; in ae_sysctl_node() local