Searched refs:rx_fcs_err (Results 1 – 19 of 19) sorted by relevance
227 u64 rx_fcs_err; /* packets with bad FCS. */ member
372 net_stats->rx_errors = stats->rx_frag + stats->rx_fcs_err + in emac_get_stats64()377 net_stats->rx_crc_errors = stats->rx_fcs_err; in emac_get_stats64()
266 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1180 hw_stats->rx_fcs_err + in atl1e_get_stats()1189 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
169 struct dentry *rx_fcs_err; member
399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
1648 hw_stats->rx_fcs_err + in alx_get_stats64()1657 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()
319 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1512 hw_stats->rx_fcs_err + in atl1c_get_stats()1521 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
29 {"gmac_rx_fcs_errors", MAC_STATS_FIELD_OFF(rx_fcs_err)},405 hw_stats->rx_fcs_err += dsaf_read_dev(drv, GMAC_RX_FCS_ERRORS_REG); in hns_gmac_update_stats()
243 u64 rx_fcs_err; member
87 {"xgmac_rx_fcs_pkt", MAC_STATS_FIELD_OFF(rx_fcs_err)}418 hw_stats->rx_fcs_err = hns_mac_reg_read64(drv, XGMAC_RX_FCSERRPKTS); in hns_xgmac_update_stats()
720 net_stats->rx_crc_errors = mac_cb->hw_stats.rx_fcs_err; in hns_ae_update_stats()
329 u32 rx_fcs_err; /* RX packets with bad FCS */ member
1681 smb->rx_fcs_err + in atl1_inc_smb()1707 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
163 u64 rx_fcs_err; /* # of received frames with bad FCS */ member
2477 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()2493 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
6296 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()