Home
last modified time | relevance | path

Searched refs:get_recv_wqe (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_qp.c208 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/
Dhns_roce_device.h1243 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n);
Dhns_roce_qp.c1269 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n) in get_recv_wqe() function
Dhns_roce_hw_v2.c656 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()
Dhns_roce_hw_v1.c384 ctrl = get_recv_wqe(hr_qp, ind); in hns_roce_v1_post_recv()
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dqp.c197 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()