Searched refs:get_recv_wqe (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 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/ |
D | hns_roce_qp.c | 1067 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n) in get_recv_wqe() function 1071 EXPORT_SYMBOL_GPL(get_recv_wqe);
|
D | hns_roce_device.h | 990 void *get_recv_wqe(struct hns_roce_qp *hr_qp, int n);
|
D | hns_roce_hw_v2.c | 597 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()
|
D | hns_roce_hw_v1.c | 387 ctrl = get_recv_wqe(hr_qp, ind); in hns_roce_v1_post_recv()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | qp.c | 195 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/ |
D | qp.c | 115 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()
|