Searched refs:get_recv_wqe (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 207 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() function 828 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in __mthca_modify_qp() 1198 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1217 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1225 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in mthca_alloc_qp_common() 1844 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive() 2185 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive() 2244 next = get_recv_wqe(qp, index); in mthca_free_err_wqe()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 89 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe() function 2915 scat = get_recv_wqe(qp, ind); in mlx5_ib_post_recv()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | qp.c | 189 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() function 3105 scat = get_recv_wqe(qp, ind); in mlx4_ib_post_recv()
|