Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h1250 void *hns_roce_get_send_wqe(struct hns_roce_qp *hr_qp, int n);
H A Dhns_roce_qp.c1265 void *hns_roce_get_send_wqe(struct hns_roce_qp *hr_qp, int n) in hns_roce_get_send_wqe() function
H A 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()
H A Dhns_roce_hw_v2.c676 wqe = hns_roce_get_send_wqe(qp, wqe_idx); in hns_roce_v2_post_send()