Home
last modified time | relevance | path

Searched refs:rx_fcs_err (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/qualcomm/emac/
Demac.h219 u64 rx_fcs_err; /* packets with bad FCS. */ member
Demac.c354 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()
/Linux-v5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e.h253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
Datl1e_main.c1167 hw_stats->rx_fcs_err + in atl1e_get_stats()
1176 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
/Linux-v5.10/drivers/net/ethernet/atheros/alx/
Dhw.h399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
Dmain.c1646 hw_stats->rx_fcs_err + in alx_get_stats64()
1655 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in alx_get_stats64()
Dhw.c1076 hw->stats.rx_fcs_err += alx_read_mem32(hw, ALX_MIB_RX_FCS_ERR); in alx_update_hw_stats()
/Linux-v5.10/drivers/net/wireless/ti/wl1251/
Dwl1251.h155 struct dentry *rx_fcs_err; member
/Linux-v5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h306 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
Datl1c_main.c1496 hw_stats->rx_fcs_err + in atl1c_get_stats()
1505 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1c_get_stats()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_gmac.c25 {"gmac_rx_fcs_errors", MAC_STATS_FIELD_OFF(rx_fcs_err)},
407 hw_stats->rx_fcs_err += dsaf_read_dev(drv, GMAC_RX_FCS_ERRORS_REG); in hns_gmac_update_stats()
Dhns_dsaf_mac.h239 u64 rx_fcs_err; member
Dhns_dsaf_xgmac.c83 {"xgmac_rx_fcs_pkt", MAC_STATS_FIELD_OFF(rx_fcs_err)}
415 hw_stats->rx_fcs_err = hns_mac_reg_read64(drv, XGMAC_RX_FCSERRPKTS); in hns_xgmac_update_stats()
Dhns_ae_adapt.c715 net_stats->rx_crc_errors = mac_cb->hw_stats.rx_fcs_err; in hns_ae_update_stats()
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl1.h316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
Datl1.c1660 smb->rx_fcs_err + in atl1_inc_smb()
1686 adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; in atl1_inc_smb()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h239 u64 rx_fcs_err; /* # of received frames with bad FCS */ member
Dcxgb4_main.c3032 ns->rx_crc_errors = stats.rx_fcs_err; in cxgb_get_stats()
3048 ns->rx_errors = stats.rx_symbol_err + stats.rx_fcs_err + in cxgb_get_stats()
Dt4_hw.c6409 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()