tso_packets      2054 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		tx_ring[i]->tso_packets = 0;
tso_packets       264 drivers/net/ethernet/mellanox/mlx4/en_port.c 	priv->port_stats.tso_packets = 0;
tso_packets       274 drivers/net/ethernet/mellanox/mlx4/en_port.c 		priv->port_stats.tso_packets       += READ_ONCE(ring->tso_packets);
tso_packets      1001 drivers/net/ethernet/mellanox/mlx4/en_tx.c 		ring->tso_packets++;
tso_packets       296 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 	unsigned long		tso_packets;
tso_packets        36 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h 	unsigned long tso_packets;
tso_packets       272 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 			s->tx_tso_packets	+= sq_stats->tso_packets;
tso_packets      1467 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 	{ MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_packets) },
tso_packets       264 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h 	u64 tso_packets;
tso_packets       181 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		stats->tso_packets++;
tso_packets        68 drivers/net/ethernet/sfc/ethtool.c 	EFX_ETHTOOL_UINT_TXQ_STAT(tso_packets),
tso_packets       274 drivers/net/ethernet/sfc/net_driver.h 	unsigned int tso_packets;
tso_packets       571 drivers/net/ethernet/sfc/tx.c 		tx_queue->tso_packets += segments;