Searched refs:rx_fcs_err (Results 1 – 19 of 19) sorted by relevance
354 net_stats->rx_errors = stats->rx_frag + stats->rx_fcs_err + in emac_get_stats64()359 net_stats->rx_crc_errors = stats->rx_fcs_err; in emac_get_stats64()
219 u64 rx_fcs_err; /* packets with bad FCS. */ member
253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1167 hw_stats->rx_fcs_err + in atl1e_get_stats()1176 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
1667 hw_stats->rx_fcs_err + in alx_get_stats64()1676 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()
155 struct dentry *rx_fcs_err; member
25 {"gmac_rx_fcs_errors", MAC_STATS_FIELD_OFF(rx_fcs_err)},391 hw_stats->rx_fcs_err += dsaf_read_dev(drv, GMAC_RX_FCS_ERRORS_REG); in hns_gmac_update_stats()
239 u64 rx_fcs_err; member
83 {"xgmac_rx_fcs_pkt", MAC_STATS_FIELD_OFF(rx_fcs_err)}402 hw_stats->rx_fcs_err = hns_mac_reg_read64(drv, XGMAC_RX_FCSERRPKTS); in hns_xgmac_update_stats()
694 net_stats->rx_crc_errors = mac_cb->hw_stats.rx_fcs_err; in hns_ae_update_stats()
304 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
1572 hw_stats->rx_fcs_err + in atl1c_get_stats()1581 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()
239 u64 rx_fcs_err; /* # of received frames with bad FCS */ member
3035 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()3051 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
6390 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()
Completed in 107 milliseconds