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

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c19 IONIC_LIF_STAT_DESC(tx_tso_bytes),
181 stats->tx_tso_bytes += txstats->tso_bytes;
H A Dionic_lif.h129 u64 tx_tso_bytes; member in struct:ionic_lif_sw_stats
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h385 __u64 tx_tso_bytes; member in struct:dpaa2_eth_drv_stats
H A Ddpaa2-eth.c1436 percpu_extras->tx_tso_bytes += fd_len;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h140 u64 tx_tso_bytes; member in struct:mlx5e_sw_stats
H A Den_stats.c114 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) },
413 s->tx_tso_bytes += sq_stats->tso_bytes;

Completed in 158 milliseconds