Lines Matching full:fcs
213 * 7 | Packet length (include FCS)
227 * 21 FCS(CRC) error
399 u64 rx_fcs_err; /* RX packets with bad FCS */
401 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */
402 u64 rx_runt; /* RX packets < 64 bytes with good FCS */
403 u64 rx_frag; /* RX packets < 64 bytes with bad FCS */
415 u64 rx_bc_byte_cnt; /* RX broadcast bytes, excluding FCS */
416 u64 rx_mc_byte_cnt; /* RX multicast bytes, excluding FCS */
427 u64 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */
447 u64 tx_bc_byte_cnt; /* broadcast bytes transmitted, excluding FCS */
448 u64 tx_mc_byte_cnt; /* multicast bytes transmitted, excluding FCS */