Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h116 u64 hw_csum_rx_error; member
348 u64 hw_csum_rx_error; member
H A Dixgbevf_main.c3120 u64 alloc_rx_page = 0, hw_csum_rx_error = 0; in ixgbevf_update_stats() local
3143 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in ixgbevf_update_stats()
3149 adapter->hw_csum_rx_error = hw_csum_rx_error; in ixgbevf_update_stats()
H A Dethtool.c54 IXGBEVF_STAT("rx_csum_offload_errors", hw_csum_rx_error),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h135 u64 hw_csum_rx_error; member
H A Dixgb_ethtool.c64 {"rx_csum_offload_errors", IXGB_STAT(hw_csum_rx_error)},
H A Dixgb_main.c1892 adapter->hw_csum_rx_error++; in ixgb_rx_checksum()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c152 ring->vsi->back->hw_csum_rx_error++; in ice_rx_csum()
H A Dice.h425 u32 hw_csum_rx_error; member
H A Dice_ethtool.c131 ICE_PF_STAT("rx_csum_bad.nic", hw_csum_rx_error),
H A Dice_main.c5433 pf->hw_csum_rx_error + in ice_update_vsi_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf.h251 u64 hw_csum_rx_error; member
H A Diavf_txrx.c1021 vsi->back->hw_csum_rx_error++; in iavf_rx_checksum()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h422 u64 hw_csum_rx_error; member
H A Dnfp_net_ethtool.c502 tmp[3] = nn->r_vecs[i].hw_csum_rx_error; in nfp_vnic_get_sw_stats()
H A Dnfp_net_common.c1605 r_vec->hw_csum_rx_error++; in nfp_net_rx_csum()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h645 u64 hw_csum_rx_error; member
H A Dixgbe_main.c7045 u64 bytes = 0, packets = 0, hw_csum_rx_error = 0; in ixgbe_update_stats() local
7071 hw_csum_rx_error += rx_ring->rx_stats.csum_err; in ixgbe_update_stats()
7079 adapter->hw_csum_rx_error = hw_csum_rx_error; in ixgbe_update_stats()
H A Dixgbe_ethtool.c82 {"rx_csum_offload_errors", IXGBE_STAT(hw_csum_rx_error)},
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e.h583 u32 hw_csum_rx_error; member
H A Di40e_txrx.c1698 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum()
H A Di40e_ethtool.c327 I40E_PF_STAT("port.rx_csum_bad", hw_csum_rx_error),
H A Di40e_main.c550 pf->hw_csum_rx_error = 0; in i40e_pf_reset_stats()