Searched refs:get_recv_wqe (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 208 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() function 844 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in __mthca_modify_qp() 1220 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1239 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1247 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in mthca_alloc_qp_common() 1862 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive() 2191 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive() 2250 next = get_recv_wqe(qp, index); in mthca_free_err_wqe()
|
/linux-6.6.21/drivers/infiniband/hw/mlx4/ |
D | qp.c | 179 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() function 3882 scat = get_recv_wqe(qp, ind); in _mlx4_ib_post_recv()
|