Home
last modified time | relevance | path

Searched refs:contig_wqebbs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h192 u16 pi, contig_wqebbs; in mlx5e_txqsq_get_next_pi() local
195 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_txqsq_get_next_pi()
196 if (unlikely(contig_wqebbs < size)) { in mlx5e_txqsq_get_next_pi()
200 edge_wi = wi + contig_wqebbs; in mlx5e_txqsq_get_next_pi()
209 sq->stats->nop += contig_wqebbs; in mlx5e_txqsq_get_next_pi()
254 u16 pi, contig_wqebbs; in mlx5e_icosq_get_next_pi() local
257 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_icosq_get_next_pi()
258 if (unlikely(contig_wqebbs < size)) { in mlx5e_icosq_get_next_pi()
262 edge_wi = wi + contig_wqebbs; in mlx5e_icosq_get_next_pi()
H A Dxdp.c352 u16 pi, contig_wqebbs; in mlx5e_xdpsq_get_next_pi() local
355 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_xdpsq_get_next_pi()
356 if (unlikely(contig_wqebbs < size)) { in mlx5e_xdpsq_get_next_pi()
360 edge_wi = wi + contig_wqebbs; in mlx5e_xdpsq_get_next_pi()
370 sq->stats->nops += contig_wqebbs; in mlx5e_xdpsq_get_next_pi()