Searched refs:rx_csum_errors (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h311 u64 rx_csum_errors; member in struct:fm10k_intfc
H A Dfm10k_pci.c541 u64 rx_errors = 0, rx_csum_errors = 0, tx_csum_errors = 0; local
587 rx_csum_errors += rx_ring->rx_stats.csum_err;
600 interface->rx_csum_errors = rx_csum_errors;
H A Dfm10k_ethtool.c57 FM10K_STAT("rx_csum_errors", rx_csum_errors),
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h755 u64 rx_csum_errors; member in struct:xgbe_ext_stats
H A Dxgbe-ethtool.c182 XGMAC_EXT_STAT("rx_csum_errors", rx_csum_errors),
H A Dxgbe-dev.c2099 pdata->ext_stats.rx_csum_errors++;

Completed in 396 milliseconds