Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h195 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_txqsq_get_next_pi()
257 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_icosq_get_next_pi()
H A Dxdp.c355 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_xdpsq_get_next_pi()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h162 static inline u16 mlx5_wq_cyc_get_contig_wqebbs(struct mlx5_wq_cyc *wq, u16 ix) in mlx5_wq_cyc_get_contig_wqebbs() function