Searched refs:get_recv_wqe (Results 1 – 2 of 2) sorted by relevance
/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() 1197 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1216 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1224 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in mthca_alloc_qp_common() 1843 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive() 2184 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive() 2243 next = get_recv_wqe(qp, index); in mthca_free_err_wqe()
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 178 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() function 2550 scat = get_recv_wqe(qp, ind); in mlx4_ib_post_recv()
|