Searched refs:hns_roce_destroy_cq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cq.c | 334 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq() function
|
H A D | hns_roce_main.c | 435 .destroy_cq = hns_roce_destroy_cq,
|
H A D | hns_roce_device.h | 1266 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata);
|
H A D | hns_roce_hw_v1.c | 925 hns_roce_destroy_cq(cq, NULL); in hns_roce_v1_rsv_lp_qp() 951 hns_roce_destroy_cq(&free_mr->mr_free_cq->ib_cq, NULL); in hns_roce_v1_release_lp_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cq.c | 436 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in hns_roce_destroy_cq() function
|
H A D | hns_roce_main.c | 614 .destroy_cq = hns_roce_destroy_cq,
|
H A D | hns_roce_device.h | 1220 int hns_roce_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata);
|
H A D | hns_roce_hw_v2.c | 2646 hns_roce_destroy_cq(&free_mr->rsv_cq->ib_cq, NULL); in free_mr_exit() 2700 hns_roce_destroy_cq(cq, NULL); in free_mr_alloc_res()
|
Completed in 23 milliseconds