Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c353 u16 pi, contig_wqebbs; in mlx5e_xdpsq_get_next_pi() local
356 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_xdpsq_get_next_pi()
357 if (unlikely(contig_wqebbs < size)) { in mlx5e_xdpsq_get_next_pi()
361 edge_wi = wi + contig_wqebbs; in mlx5e_xdpsq_get_next_pi()
371 sq->stats->nops += contig_wqebbs; in mlx5e_xdpsq_get_next_pi()