Home
last modified time | relevance | path

Searched refs:crcerrs (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h168 u64 crcerrs; member
H A Digb_ethtool.c43 IGB_STAT("rx_crc_errors", stats.crcerrs),
553 regs_buff[54] = adapter->stats.crcerrs; in igb_get_regs()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h379 u64 crcerrs; member
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3616 adapter->stats.crcerrs += er32(CRCERRS); in e1000_update_stats()
3694 adapter->stats.crcerrs + adapter->stats.algnerrc + in e1000_update_stats()
3699 netdev->stats.rx_crc_errors = adapter->stats.crcerrs; in e1000_update_stats()
4034 stats->crcerrs--; in e1000_tbi_adjust_stats()
H A De1000_hw.h1250 u64 crcerrs; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c37 IGC_STAT("rx_crc_errors", stats.crcerrs),
235 regs_buff[30] = adapter->stats.crcerrs; in igc_ethtool_get_regs()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1192 u64 crcerrs; member
H A Dwx_lib.c3096 stats->rx_errors = hwstats->crcerrs + hwstats->rlec; in wx_get_stats64()
3099 stats->rx_crc_errors = hwstats->crcerrs; in wx_get_stats64()