Searched defs:alx_hw_stats (Results 1 – 1 of 1) sorted by relevance
393 struct alx_hw_stats { struct395 u64 rx_ok; /* good RX packets */396 u64 rx_bcast; /* good RX broadcast packets */397 u64 rx_mcast; /* good RX multicast packets */398 u64 rx_pause; /* RX pause frames */399 u64 rx_ctrl; /* RX control packets other than pause frames */400 u64 rx_fcs_err; /* RX packets with bad FCS */401 u64 rx_len_err; /* RX packets with length != actual size */402 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */403 u64 rx_runt; /* RX packets < 64 bytes with good FCS */[all …]