Searched refs:rx_fcs_err (Results 1 – 14 of 14) sorted by relevance
219 u64 rx_fcs_err; /* packets with bad FCS. */ member
253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1170 hw_stats->rx_fcs_err + in atl1e_get_stats()1179 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
155 struct dentry *rx_fcs_err; member
399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
1669 hw_stats->rx_fcs_err + in alx_get_stats64()1678 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in alx_get_stats64()
1076 hw->stats.rx_fcs_err += alx_read_mem32(hw, ALX_MIB_RX_FCS_ERR); in alx_update_hw_stats()
304 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1551 hw_stats->rx_fcs_err + in atl1c_get_stats()1560 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
1660 smb->rx_fcs_err + in atl1_inc_smb()1686 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
693 net_stats->rx_crc_errors = mac_cb->hw_stats.rx_fcs_err; in hns_ae_update_stats()
3025 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()3041 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
6392 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()