tso_bytes         273 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 			s->tx_tso_bytes		+= sq_stats->tso_bytes;
tso_bytes        1468 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 	{ MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
tso_bytes         265 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h 	u64 tso_bytes;
tso_bytes         182 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		stats->tso_bytes += skb->len - ihs;
tso_bytes         498 drivers/s390/net/qeth_core.h 	u64 tso_bytes;
tso_bytes        1126 drivers/s390/net/qeth_core_main.c 				QETH_TXQ_STAT_ADD(queue, tso_bytes, bytes);
tso_bytes          39 drivers/s390/net/qeth_ethtool.c 	QETH_TXQ_STAT("TSO bytes", tso_bytes),