Home
last modified time | relevance | path

Searched refs:hns_roce_get_send_wqe (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_device.h1242 void *hns_roce_get_send_wqe(struct hns_roce_qp *hr_qp, int n);
Dhns_roce_qp.c1252 void *hns_roce_get_send_wqe(struct hns_roce_qp *hr_qp, int n) in hns_roce_get_send_wqe() function
Dhns_roce_hw_v1.c109 wqe = hns_roce_get_send_wqe(qp, wqe_idx); in hns_roce_v1_post_send()
2207 sq_wqe = hns_roce_get_send_wqe(*cur_qp, in hns_roce_v1_poll_one()
Dhns_roce_hw_v2.c683 wqe = hns_roce_get_send_wqe(qp, wqe_idx); in hns_roce_v2_post_send()