Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtxrx.h160 u16 pi, contig_wqebbs; in mlx5e_txqsq_get_next_pi() local
163 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_txqsq_get_next_pi()
164 if (unlikely(contig_wqebbs < size)) { in mlx5e_txqsq_get_next_pi()
168 edge_wi = wi + contig_wqebbs; in mlx5e_txqsq_get_next_pi()
177 sq->stats->nop += contig_wqebbs; in mlx5e_txqsq_get_next_pi()
220 u16 pi, contig_wqebbs; in mlx5e_icosq_get_next_pi() local
223 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_icosq_get_next_pi()
224 if (unlikely(contig_wqebbs < size)) { in mlx5e_icosq_get_next_pi()
228 edge_wi = wi + contig_wqebbs; in mlx5e_icosq_get_next_pi()
A Dxdp.c232 u16 pi, contig_wqebbs; in mlx5e_xdpsq_get_next_pi() local
235 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_xdpsq_get_next_pi()
236 if (unlikely(contig_wqebbs < size)) { in mlx5e_xdpsq_get_next_pi()
240 edge_wi = wi + contig_wqebbs; in mlx5e_xdpsq_get_next_pi()
250 sq->stats->nops += contig_wqebbs; in mlx5e_xdpsq_get_next_pi()

Completed in 5 milliseconds