Searched refs:hw_csum_rx_error (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 283 u64 hw_csum_rx_error; member
|
H A D | iavf_txrx.c | 962 vsi->back->hw_csum_rx_error++; in iavf_rx_csum()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 2733 u64 hw_csum_rx_good = 0, hw_csum_rx_error = 0; in wx_update_stats() local 2744 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in wx_update_stats() 2748 wx->hw_csum_rx_error = hw_csum_rx_error; in wx_update_stats()
|
H A D | wx_ethtool.c | 42 WX_STAT("rx_csum_offload_errors", hw_csum_rx_error),
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net.h | 360 * @hw_csum_rx_error: Counter of packets with bad checksums 416 u64 hw_csum_rx_error; member
|
H A D | nfp_net_ethtool.c | 900 tmp[3] = nn->r_vecs[i].hw_csum_rx_error; in nfp_vnic_get_sw_stats()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice.h | 602 u32 hw_csum_rx_error; member
|
H A D | ice_ethtool.c | 131 ICE_PF_STAT("rx_csum_bad.nic", hw_csum_rx_error),
|
H A D | ice_main.c | 7013 pf->hw_csum_rx_error + in ice_update_vsi_stats()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 3138 u64 alloc_rx_page = 0, hw_csum_rx_error = 0; in ixgbevf_update_stats() local 3161 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in ixgbevf_update_stats() 3167 adapter->hw_csum_rx_error = hw_csum_rx_error; in ixgbevf_update_stats()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 716 u64 hw_csum_rx_error; member
|
H A D | ixgbe_ethtool.c | 80 {"rx_csum_offload_errors", IXGBE_STAT(hw_csum_rx_error)},
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 544 u32 hw_csum_rx_error; member
|
H A D | i40e_txrx.c | 1806 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum()
|
H A D | i40e_ethtool.c | 334 I40E_PF_STAT("port.rx_csum_bad", hw_csum_rx_error),
|
H A D | i40e_main.c | 572 pf->hw_csum_rx_error = 0; in i40e_pf_reset_stats()
|
/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | dp.c | 682 r_vec->hw_csum_rx_error++; in nfp_nfd3_rx_csum()
|