Searched refs:get_recv_wqe (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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() 1217 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1236 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1244 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in mthca_alloc_qp_common() 1860 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive() 2189 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive() 2248 next = get_recv_wqe(qp, index); in mthca_free_err_wqe()
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_device.h | 1243 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n);
|
| D | hns_roce_qp.c | 1269 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n) in get_recv_wqe() function
|
| D | hns_roce_hw_v2.c | 656 wqe = get_recv_wqe(hr_qp, ind); in hns_roce_v2_post_recv() 2672 wqe_buf = get_recv_wqe(*cur_qp, wr_cnt); in hns_roce_handle_recv_inl_wqe()
|
| D | hns_roce_hw_v1.c | 384 ctrl = get_recv_wqe(hr_qp, ind); in hns_roce_v1_post_recv()
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | qp.c | 197 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() function 3886 scat = get_recv_wqe(qp, ind); in _mlx4_ib_post_recv()
|