Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_srq.c396 struct hns_roce_srq *srq = to_hr_srq(ib_srq); in hns_roce_create_srq()
447 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_destroy_srq()
Dhns_roce_hw_v2.c986 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_post_srq_recv()
3971 srq = to_hr_srq(qp->ibqp.srq); in hns_roce_v2_poll_one()
4339 hr_reg_write(context, QPC_SRQN, to_hr_srq(ibqp->srq)->srqn); in modify_qp_reset_to_init()
4379 hr_reg_write(context, QPC_SRQN, to_hr_srq(ibqp->srq)->srqn); in modify_qp_init_to_init()
5174 to_hr_srq(ibqp->srq) : NULL); in clear_qp()
5456 to_hr_srq(hr_qp->ibqp.srq) : in hns_roce_v2_destroy_qp_common()
5646 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_modify_srq()
5689 struct hns_roce_srq *srq = to_hr_srq(ibsrq); in hns_roce_v2_query_srq()
Dhns_roce_device.h1010 static inline struct hns_roce_srq *to_hr_srq(struct ib_srq *ibsrq) in to_hr_srq() function