tx_queue_dropped  185 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	s->tx_queue_dropped = stats64.tx_dropped;
tx_queue_dropped   86 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 	{ MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_queue_dropped) },
tx_queue_dropped  280 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 			s->tx_queue_dropped	+= sq_stats->dropped;
tx_queue_dropped   92 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h 	u64 tx_queue_dropped;
tx_queue_dropped  138 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 			s.tx_queue_dropped     += sq_stats->dropped;
tx_queue_dropped  156 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	stats->tx_dropped = sstats->tx_queue_dropped;