Searched refs:to_hr_srq (Results 1 – 4 of 4) sorted by relevance
189 struct hns_roce_srq *hr_srq = to_hr_srq(ib_srq); in hns_roce_fill_res_srq_entry()220 struct hns_roce_srq *hr_srq = to_hr_srq(ib_srq); in hns_roce_fill_res_srq_entry_raw()
469 struct hns_roce_srq *srq = to_hr_srq(ib_srq); in hns_roce_create_srq()529 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_destroy_srq()
1137 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_post_srq_recv()4259 srq = to_hr_srq(qp->ibqp.srq); in hns_roce_v2_poll_one()4615 hr_reg_write(context, QPC_SRQN, to_hr_srq(ibqp->srq)->srqn); in modify_qp_reset_to_init()4654 hr_reg_write(context, QPC_SRQN, to_hr_srq(ibqp->srq)->srqn); in modify_qp_init_to_init()5577 to_hr_srq(ibqp->srq) : NULL); in clear_qp()5930 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v2_destroy_qp_common()6159 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_modify_srq()6210 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_query_srq()
1092 static inline struct hns_roce_srq *to_hr_srq(struct ib_srq *ibsrq) in to_hr_srq() function