contig_wqebbs     186 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	u16 pi, contig_wqebbs;
contig_wqebbs     189 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi);
contig_wqebbs     191 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	if (unlikely(contig_wqebbs < MLX5_SEND_WQE_MAX_WQEBBS))
contig_wqebbs     192 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 		mlx5e_fill_xdpsq_frag_edge(sq, wq, pi, contig_wqebbs);