Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/alx/
Dhw.h390 struct alx_hw_stats { struct
392 u64 rx_ok; /* good RX packets */
393 u64 rx_bcast; /* good RX broadcast packets */
394 u64 rx_mcast; /* good RX multicast packets */
395 u64 rx_pause; /* RX pause frames */
396 u64 rx_ctrl; /* RX control packets other than pause frames */
397 u64 rx_fcs_err; /* RX packets with bad FCS */
398 u64 rx_len_err; /* RX packets with length != actual size */
399 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */
400 u64 rx_runt; /* RX packets < 64 bytes with good FCS */
[all …]