Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h124 struct mlx5_ib_wq { struct
181 struct mlx5_ib_wq rq;
188 struct mlx5_ib_wq sq;
Dcq.c102 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp()
121 struct mlx5_ib_wq *wq, int idx) in handle_good_req()
175 struct mlx5_ib_wq *wq; in handle_responder()
410 struct mlx5_ib_wq *wq; in mlx5_poll_one()
Dodp.c500 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_mr_responder_pfault_handler()
Dqp.c126 struct mlx5_ib_wq *wq = send ? &qp->sq : &qp->rq; in mlx5_ib_read_user_wqe()
1825 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow()