Searched refs:rx_fcs_err (Results 1 – 10 of 10) sorted by relevance
267 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1156 net_stats->rx_errors = hw_stats->rx_frag + hw_stats->rx_fcs_err + in atl1e_get_stats()1161 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
168 struct dentry *rx_fcs_err; member
320 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1500 net_stats->rx_errors = hw_stats->rx_frag + hw_stats->rx_fcs_err + in atl1c_get_stats()1505 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
329 u32 rx_fcs_err; /* RX packets with bad FCS */ member
1691 adapter->soft_stats.rx_errors += (smb->rx_frag + smb->rx_fcs_err + in atl1_inc_smb()1696 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
141 u64 rx_fcs_err; /* # of received frames with bad FCS */ member
4060 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()4076 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
2279 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()