Searched defs:stats_msg_block (Results 1 – 1 of 1) sorted by relevance
322 struct stats_msg_block { struct324 u32 rx_ok; /* good RX packets */325 u32 rx_bcast; /* good RX broadcast packets */326 u32 rx_mcast; /* good RX multicast packets */327 u32 rx_pause; /* RX pause frames */328 u32 rx_ctrl; /* RX control packets other than pause frames */329 u32 rx_fcs_err; /* RX packets with bad FCS */330 u32 rx_len_err; /* RX packets with length != actual size */331 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */332 u32 rx_runt; /* RX packets < 64 bytes with good FCS */[all …]