Searched refs:mr_free_cq (Results 1 – 2 of 2) sorted by relevance
740 free_mr->mr_free_cq = to_hr_cq(cq); in hns_roce_v1_rsv_lp_qp()741 free_mr->mr_free_cq->ib_cq.device = &hr_dev->ib_dev; in hns_roce_v1_rsv_lp_qp()742 free_mr->mr_free_cq->ib_cq.uobject = NULL; in hns_roce_v1_rsv_lp_qp()743 free_mr->mr_free_cq->ib_cq.comp_handler = NULL; in hns_roce_v1_rsv_lp_qp()744 free_mr->mr_free_cq->ib_cq.event_handler = NULL; in hns_roce_v1_rsv_lp_qp()745 free_mr->mr_free_cq->ib_cq.cq_context = NULL; in hns_roce_v1_rsv_lp_qp()746 atomic_set(&free_mr->mr_free_cq->ib_cq.usecnt, 0); in hns_roce_v1_rsv_lp_qp()900 hns_roce_ib_destroy_cq(&free_mr->mr_free_cq->ib_cq, NULL); in hns_roce_v1_release_lp_qp()901 kfree(&free_mr->mr_free_cq->ib_cq); in hns_roce_v1_release_lp_qp()1035 struct hns_roce_cq *mr_free_cq; in hns_roce_v1_mr_free_work_fn() local[all …]
1083 struct hns_roce_cq *mr_free_cq; member