Home
last modified time | relevance | path

Searched refs:hns_roce_v2_destroy_qp (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.h1461 int hns_roce_v2_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata);
Dhns_roce_hw_v2.c2682 hns_roce_v2_destroy_qp(qp, NULL); in free_mr_exit()
2742 hns_roce_v2_destroy_qp(&free_mr->rsv_qp[i]->ibqp, NULL); in free_mr_alloc_res()
5597 int hns_roce_v2_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata) in hns_roce_v2_destroy_qp() function
6798 .destroy_qp = hns_roce_v2_destroy_qp,