Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c165 next_seg = mlx5_wq_ll_get_wqe(wq, i); in mlx5_wq_ll_create()
168 next_seg = mlx5_wq_ll_get_wqe(wq, i); in mlx5_wq_ll_create()
H A Dwq.h168 static inline void *mlx5_wq_ll_get_wqe(struct mlx5_wq_ll *wq, u16 ix) in mlx5_wq_ll_get_wqe() function
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c112 struct mlx5e_rx_wqe *wqe = mlx5_wq_ll_get_wqe(&rq->wq, rq->wq.head); in mlx5e_post_rx_wqes()
523 wqe = mlx5_wq_ll_get_wqe(&rq->wq, wqe_counter); in mlx5e_poll_rx_cq()
H A Dmlx5_en_main.c1252 struct mlx5e_rx_wqe *wqe = mlx5_wq_ll_get_wqe(&rq->wq, i); in mlx5e_create_rq()