Searched refs:to_hr_cq (Results 1 – 7 of 7) sorted by relevance
16 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry()48 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry_raw()
361 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_create_cq()439 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_destroy_cq()
250 hr_send_cq = send_cq ? to_hr_cq(send_cq) : NULL; in add_qp_to_list()251 hr_recv_cq = recv_cq ? to_hr_cq(recv_cq) : NULL; in add_qp_to_list()1427 hr_cq = to_hr_cq(ib_cq); in hns_roce_wq_overflow()
321 to_hr_cq(init_attr->ext.cq)->cqn : 0; in set_srq_ext_param()
3594 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq()3994 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_poll_cq()4281 return ib_cq ? to_hr_cq(ib_cq)->cqn : 0; in get_cqn()5168 hns_roce_v2_cq_clean(to_hr_cq(ibqp->send_cq), in clear_qp()5172 hns_roce_v2_cq_clean(to_hr_cq(ibqp->recv_cq), in clear_qp()5446 send_cq = hr_qp->ibqp.send_cq ? to_hr_cq(hr_qp->ibqp.send_cq) : NULL; in hns_roce_v2_destroy_qp_common()5447 recv_cq = hr_qp->ibqp.recv_cq ? to_hr_cq(hr_qp->ibqp.recv_cq) : NULL; in hns_roce_v2_destroy_qp_common()5721 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in hns_roce_v2_modify_cq()
861 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq()
1005 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() function