Searched refs:mr_free_cq (Results 1 – 2 of 2) sorted by relevance
737 free_mr->mr_free_cq = to_hr_cq(cq); in hns_roce_v1_rsv_lp_qp()738 free_mr->mr_free_cq->ib_cq.device = &hr_dev->ib_dev; in hns_roce_v1_rsv_lp_qp()739 free_mr->mr_free_cq->ib_cq.uobject = NULL; in hns_roce_v1_rsv_lp_qp()740 free_mr->mr_free_cq->ib_cq.comp_handler = NULL; in hns_roce_v1_rsv_lp_qp()741 free_mr->mr_free_cq->ib_cq.event_handler = NULL; in hns_roce_v1_rsv_lp_qp()742 free_mr->mr_free_cq->ib_cq.cq_context = NULL; in hns_roce_v1_rsv_lp_qp()743 atomic_set(&free_mr->mr_free_cq->ib_cq.usecnt, 0); in hns_roce_v1_rsv_lp_qp()890 ret = hns_roce_ib_destroy_cq(&free_mr->mr_free_cq->ib_cq); in hns_roce_v1_release_lp_qp()1028 struct hns_roce_cq *mr_free_cq; in hns_roce_v1_mr_free_work_fn() local1047 mr_free_cq = free_mr->mr_free_cq; in hns_roce_v1_mr_free_work_fn()[all …]
1094 struct hns_roce_cq *mr_free_cq; member