Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib.h203 struct mlx5_ib_wq { struct
309 struct mlx5_ib_wq *rq;
318 struct mlx5_ib_wq *sq;
340 struct mlx5_ib_wq rq;
344 struct mlx5_ib_wq sq;
Dmlx5_ib_cq.c97 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp()
116 struct mlx5_ib_wq *wq, int idx) in handle_good_req()
168 struct mlx5_ib_wq *wq; in handle_responder()
437 struct mlx5_ib_wq *wq; in sw_send_comp()
467 struct mlx5_ib_wq *wq; in sw_recv_comp()
519 struct mlx5_ib_wq *wq; in mlx5_poll_one()
Dmlx5_ib_qp.c136 struct mlx5_ib_wq *wq = send ? &qp->sq : &qp->rq; in mlx5_ib_read_user_wqe()
2925 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow()