Searched refs:get_send_wqe (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() function 837 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in __mthca_modify_qp() 1222 next = get_send_wqe(qp, i); in mthca_alloc_qp_common() 1236 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in mthca_alloc_qp_common() 1655 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send() 1996 wqe = get_send_wqe(qp, ind); in mthca_arbel_post_send() 2254 next = get_send_wqe(qp, index); in mthca_free_err_wqe()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 1073 void *get_send_wqe(struct hns_roce_qp *hr_qp, int n) in get_send_wqe() function 1077 EXPORT_SYMBOL_GPL(get_send_wqe);
|
D | hns_roce_device.h | 991 void *get_send_wqe(struct hns_roce_qp *hr_qp, int n);
|
D | hns_roce_hw_v1.c | 107 wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in hns_roce_v1_post_send() 2329 sq_wqe = get_send_wqe(*cur_qp, roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one()
|
D | hns_roce_hw_v2.c | 232 wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in hns_roce_v2_post_send()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | qp.c | 200 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() function 218 buf = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe() 2454 ctrl = get_send_wqe(qp, i); in __mlx4_ib_modify_qp() 3507 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in _mlx4_ib_post_send()
|