/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | 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()
|
H A D | emac.h | 219 u64 rx_fcs_err; /* packets with bad FCS. */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | 353 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 D | emac.h | 219 u64 rx_fcs_err; /* packets with bad FCS. */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
|
H A D | main.c | 1646 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 D | wl1251.h | 155 struct dentry *rx_fcs_err; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 399 u64 rx_fcs_err; /* RX packets with bad FCS */ member
|
H A D | main.c | 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | wl1251.h | 155 struct dentry *rx_fcs_err; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_gmac.c | 25 {"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 D | hns_dsaf_mac.h | 239 u64 rx_fcs_err; member
|
H A D | hns_dsaf_xgmac.c | 83 {"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 D | hns_dsaf_gmac.c | 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()
|
H A D | hns_dsaf_mac.h | 239 u64 rx_fcs_err; member
|
H A D | hns_dsaf_xgmac.c | 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()
|
H A D | hns_ae_adapt.c | 694 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 D | atl1c.h | 306 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
|
H A D | atl1c_main.c | 1496 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 D | atl1.h | 316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
|
H A D | atl1e_main.c | 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 304 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 D | atl1.h | 316 u32 rx_fcs_err; /* RX packets with bad FCS */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */ member
|