Home
last modified time | relevance | path

Searched refs:hw_csum_rx_error (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h116 u64 hw_csum_rx_error; member
332 u64 hw_csum_rx_error; member
H A Dixgbevf_main.c3167 u64 alloc_rx_page = 0, hw_csum_rx_error = 0; in ixgbevf_update_stats() local
3190 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in ixgbevf_update_stats()
3196 adapter->hw_csum_rx_error = hw_csum_rx_error; in ixgbevf_update_stats()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h281 u64 hw_csum_rx_error; member
H A Diavf_txrx.c962 vsi->back->hw_csum_rx_error++; in iavf_rx_csum()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2874 u64 hw_csum_rx_good = 0, hw_csum_rx_error = 0; in wx_update_stats() local
2891 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in wx_update_stats()
2895 wx->hw_csum_rx_error = hw_csum_rx_error; in wx_update_stats()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h416 u64 hw_csum_rx_error; member
H A Dnfp_net_ethtool.c900 tmp[3] = nn->r_vecs[i].hw_csum_rx_error; in nfp_vnic_get_sw_stats()
/linux/drivers/net/ethernet/intel/ice/
H A Dice.h609 u32 hw_csum_rx_error; member
H A Dice_ethtool.c132 ICE_PF_STAT("rx_csum_bad.nic", hw_csum_rx_error),
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h717 u64 hw_csum_rx_error; member
H A Dixgbe_main.c7674 u64 bytes = 0, packets = 0, hw_csum_rx_error = 0; in ixgbe_update_stats() local
7700 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in ixgbe_update_stats()
7708 adapter->hw_csum_rx_error = hw_csum_rx_error; in ixgbe_update_stats()
H A Dixgbe_ethtool.c80 {"rx_csum_offload_errors", IXGBE_STAT(hw_csum_rx_error)},
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h544 u32 hw_csum_rx_error; member
H A Di40e_txrx.c1804 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum()
H A Di40e_main.c578 pf->hw_csum_rx_error = 0; in i40e_pf_reset_stats()