Home
last modified time | relevance | path

Searched refs:rx_fcs_err (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A 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()
H A Demac.h219 u64 rx_fcs_err; /* packets with bad FCS. */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H A Demac.c353 net_stats->rx_errors = stats->rx_frag + stats->rx_fcs_err + in emac_get_stats64()
358 net_stats->rx_crc_errors = stats->rx_fcs_err; in emac_get_stats64()
H A Demac.h219 u64 rx_fcs_err; /* packets with bad FCS. */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dhw.h399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h155 struct dentry *rx_fcs_err; member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H A Dhw.h399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
H A Dmain.c1669 hw_stats->rx_fcs_err + in alx_get_stats64()
1678 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in alx_get_stats64()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h155 struct dentry *rx_fcs_err; member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A 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()
H A Dhns_dsaf_mac.h239 u64 rx_fcs_err; member
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_gmac.c25 {"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()
H A Dhns_dsaf_mac.h239 u64 rx_fcs_err; member
H A Dhns_dsaf_xgmac.c83 {"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()
H A Dhns_ae_adapt.c694 net_stats->rx_crc_errors = mac_cb->hw_stats.rx_fcs_err; in hns_ae_update_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h306 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl1.h316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
H A Datl1e_main.c1170 hw_stats->rx_fcs_err + in atl1e_get_stats()
1179 net_stats->rx_crc_errors = hw_stats->rx_fcs_err; in atl1e_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h304 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl1.h316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member

Completed in 38 milliseconds

12