xdpsq_red_stats   182 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		struct mlx5e_xdpsq_stats *xdpsq_red_stats = &channel_stats->xdpsq;
xdpsq_red_stats   233 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_xmit    += xdpsq_red_stats->xmit;
xdpsq_red_stats   234 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_mpwqe   += xdpsq_red_stats->mpwqe;
xdpsq_red_stats   235 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_inlnw   += xdpsq_red_stats->inlnw;
xdpsq_red_stats   236 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_nops	  += xdpsq_red_stats->nops;
xdpsq_red_stats   237 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_full    += xdpsq_red_stats->full;
xdpsq_red_stats   238 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_err     += xdpsq_red_stats->err;
xdpsq_red_stats   239 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->tx_xdp_cqes    += xdpsq_red_stats->cqes;