Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h123 struct mlx5_ib_wq { struct
180 struct mlx5_ib_wq rq;
187 struct mlx5_ib_wq sq;
Dcq.c103 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp()
122 struct mlx5_ib_wq *wq, int idx) in handle_good_req()
176 struct mlx5_ib_wq *wq; in handle_responder()
418 struct mlx5_ib_wq *wq; in mlx5_poll_one()
Dodp.c493 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_mr_responder_pfault_handler()
Dqp.c121 struct mlx5_ib_wq *wq = send ? &qp->sq : &qp->rq; in mlx5_ib_read_user_wqe()
1813 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow()