Home
last modified time | relevance | path

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

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