Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_qp.c207 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() function
840 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in __mthca_modify_qp()
1210 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common()
1229 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common()
1237 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in mthca_alloc_qp_common()
1856 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive()
2197 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive()
2256 next = get_recv_wqe(qp, index); in mthca_free_err_wqe()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_qp.c1067 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n) in get_recv_wqe() function
1071 EXPORT_SYMBOL_GPL(get_recv_wqe);
Dhns_roce_device.h990 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n);
Dhns_roce_hw_v2.c597 wqe = get_recv_wqe(hr_qp, ind); in hns_roce_v2_post_recv()
2023 wqe_buf = get_recv_wqe(*cur_qp, wr_cnt); in hns_roce_handle_recv_inl_wqe()
Dhns_roce_hw_v1.c387 ctrl = get_recv_wqe(hr_qp, ind); in hns_roce_v1_post_recv()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c195 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() function
3808 scat = get_recv_wqe(qp, ind); in _mlx4_ib_post_recv()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c115 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe() function
4730 scat = get_recv_wqe(qp, ind); in _mlx5_ib_post_recv()