Searched refs:to_hr_srq (Results 1 – 4 of 4) sorted by relevance
362 struct hns_roce_srq *srq = to_hr_srq(ib_srq); in hns_roce_create_srq()443 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_destroy_srq()
2755 srq = to_hr_srq((*cur_qp)->ibqp.srq); in hns_roce_v2_poll_one()3347 to_hr_srq(ibqp->srq)->srqn); in modify_qp_reset_to_init()3620 to_hr_srq(ibqp->srq)->srqn); in modify_qp_init_to_init()4459 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v2_modify_qp()4672 to_hr_srq(hr_qp->ibqp.srq) : NULL); in hns_roce_v2_destroy_qp_common()6129 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_modify_srq()6172 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_query_srq()6236 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_post_srq_recv()
2696 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v1_m_sqp()2810 to_hr_srq(ibqp->srq)->srqn); in hns_roce_v1_m_qp()2876 to_hr_srq(ibqp->srq)->srqn); in hns_roce_v1_m_qp()3310 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v1_m_qp()3624 to_hr_srq(hr_qp->ibqp.srq) : NULL); in hns_roce_v1_destroy_qp()
1090 static inline struct hns_roce_srq *to_hr_srq(struct ib_srq *ibsrq) in to_hr_srq() function