Searched defs:alx_hw_stats (Results 1 – 1 of 1) sorted by relevance
390 struct alx_hw_stats { struct392 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 …]