Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h174 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_txqsq_get_next_pi()
236 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_icosq_get_next_pi()
H A Dxdp.c309 contig_wqebbs = mlx5_wq_cyc_get_contig_wqebbs(wq, pi); in mlx5e_xdpsq_get_next_pi()
/openbmc/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