Searched refs:to_hr_srq (Results 1 – 4 of 4) sorted by relevance
285 struct hns_roce_srq *srq = to_hr_srq(ib_srq); in hns_roce_create_srq()369 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_destroy_srq()
867 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_post_srq_recv()3356 srq = to_hr_srq((*cur_qp)->ibqp.srq); in hns_roce_v2_poll_one()3847 to_hr_srq(ibqp->srq)->srqn); in modify_qp_reset_to_init()3944 to_hr_srq(ibqp->srq)->srqn); in modify_qp_init_to_init()4831 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v2_modify_qp()5049 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v2_destroy_qp_common()5237 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_modify_srq()5285 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