Searched refs:rx_csum_complete (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c23 IONIC_LIF_STAT_DESC(rx_csum_complete),
197 stats->rx_csum_complete += rxstats->csum_complete;
H A Dionic_lif.h133 u64 rx_csum_complete; member in struct:ionic_lif_sw_stats
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h159 u64 rx_csum_complete; member in struct:mlx5e_sw_stats
H A Den_stats.c145 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_csum_complete) },
346 s->rx_csum_complete += rq_stats->csum_complete;

Completed in 152 milliseconds