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
1173 net_stats->rx_errors = hw_stats->rx_frag + hw_stats->rx_fcs_err + in atl1e_get_stats()1178 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
168 struct dentry *rx_fcs_err; member
336 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1599 net_stats->rx_errors = hw_stats->rx_frag + hw_stats->rx_fcs_err + in atl1c_get_stats()1604 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
325 u32 rx_fcs_err; /* RX packets with bad FCS */ member
1697 adapter->soft_stats.rx_errors += (smb->rx_frag + smb->rx_fcs_err + in atl1_inc_smb()1702 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
119 u64 rx_fcs_err; /* # of received frames with bad FCS */ member
2720 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()2736 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
1869 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()