Home
last modified time | relevance | path

Searched refs:to_hr_srq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_srq.c395 struct hns_roce_srq *srq = to_hr_srq(ib_srq); in hns_roce_create_srq()
440 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_destroy_srq()
Dhns_roce_hw_v2.c984 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_post_srq_recv()
3755 srq = to_hr_srq(qp->ibqp.srq); in hns_roce_v2_poll_one()
4127 hr_reg_write(context, QPC_SRQN, to_hr_srq(ibqp->srq)->srqn); in modify_qp_reset_to_init()
4167 hr_reg_write(context, QPC_SRQN, to_hr_srq(ibqp->srq)->srqn); in modify_qp_init_to_init()
4935 to_hr_srq(ibqp->srq) : NULL); in clear_qp()
5219 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v2_destroy_qp_common()
5409 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_modify_srq()
5453 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_query_srq()
Dhns_roce_hw_v1.c2691 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v1_m_sqp()
2829 to_hr_srq(ibqp->srq)->srqn); in hns_roce_v1_m_qp()
2894 to_hr_srq(ibqp->srq)->srqn); in hns_roce_v1_m_qp()
3311 ibqp->srq ? to_hr_srq(ibqp->srq) : NULL); in hns_roce_v1_m_qp()
3627 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v1_destroy_qp()
Dhns_roce_device.h1047 static inline struct hns_roce_srq *to_hr_srq(struct ib_srq *ibsrq) in to_hr_srq() function