Searched refs:to_hr_cq (Results 1 – 8 of 8) sorted by relevance
83 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry()
805 free_mr->mr_free_cq = to_hr_cq(cq); in hns_roce_v1_rsv_lp_qp()2146 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_req_notify_cq()2377 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_poll_cq()2645 to_hr_cq(ibqp->recv_cq)->cqn); in hns_roce_v1_m_sqp()2649 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_sqp()2690 hns_roce_v1_cq_clean(to_hr_cq(ibqp->recv_cq), hr_qp->qpn, in hns_roce_v1_m_sqp()2693 hns_roce_v1_cq_clean(to_hr_cq(ibqp->send_cq), in hns_roce_v1_m_sqp()2819 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_qp()2823 to_hr_cq(ibqp->recv_cq)->cqn); in hns_roce_v1_m_qp()2884 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_qp()[all …]
360 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_create_cq()442 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_destroy_cq()
281 hr_send_cq = send_cq ? to_hr_cq(send_cq) : NULL; in add_qp_to_list()282 hr_recv_cq = recv_cq ? to_hr_cq(recv_cq) : NULL; in add_qp_to_list()1424 hr_cq = to_hr_cq(ib_cq); in hns_roce_wq_overflow()
320 to_hr_cq(init_attr->ext.cq)->cqn : 0; in set_srq_ext_param()
3374 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq()3778 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_poll_cq()4068 return ib_cq ? to_hr_cq(ib_cq)->cqn : 0; in get_cqn()4929 hns_roce_v2_cq_clean(to_hr_cq(ibqp->send_cq), in clear_qp()4933 hns_roce_v2_cq_clean(to_hr_cq(ibqp->recv_cq), in clear_qp()5209 send_cq = hr_qp->ibqp.send_cq ? to_hr_cq(hr_qp->ibqp.send_cq) : NULL; in hns_roce_v2_destroy_qp_common()5210 recv_cq = hr_qp->ibqp.recv_cq ? to_hr_cq(hr_qp->ibqp.recv_cq) : NULL; in hns_roce_v2_destroy_qp_common()5486 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in hns_roce_v2_modify_cq()
777 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq()
1042 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() function