Searched defs:stats_msg_block (Results 1 – 1 of 1) sorted by relevance
309 struct stats_msg_block { struct311 u32 rx_ok; /* good RX packets */312 u32 rx_bcast; /* good RX broadcast packets */313 u32 rx_mcast; /* good RX multicast packets */314 u32 rx_pause; /* RX pause frames */315 u32 rx_ctrl; /* RX control packets other than pause frames */316 u32 rx_fcs_err; /* RX packets with bad FCS */317 u32 rx_len_err; /* RX packets with length != actual size */318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */319 u32 rx_runt; /* RX packets < 64 bytes with good FCS */[all …]