Searched refs:to_hr_srq (Results 1 – 4 of 4) sorted by relevance
290 struct hns_roce_srq *srq = to_hr_srq(ib_srq); in hns_roce_create_srq()376 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_destroy_srq()
868 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_post_srq_recv()3368 srq = to_hr_srq((*cur_qp)->ibqp.srq); in hns_roce_v2_poll_one()3859 to_hr_srq(ibqp->srq)->srqn); in modify_qp_reset_to_init()3956 to_hr_srq(ibqp->srq)->srqn); in modify_qp_init_to_init()4839 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v2_modify_qp()5057 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v2_destroy_qp_common()5245 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_modify_srq()5293 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_query_srq()
2620 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v1_m_sqp()2758 to_hr_srq(ibqp->srq)->srqn); in hns_roce_v1_m_qp()2824 to_hr_srq(ibqp->srq)->srqn); in hns_roce_v1_m_qp()3244 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v1_m_qp()3559 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v1_destroy_qp()
1056 static inline struct hns_roce_srq *to_hr_srq(struct ib_srq *ibsrq) in to_hr_srq() function