Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c111 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()
181 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()
559 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()
2521 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init()
2842 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_init()
2974 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()
3247 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()
3444 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_modify_qp()
3702 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_query_qp()
3904 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_destroy_qp()
Dhns_roce_hw_v1.c70 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v1_post_send()
362 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_post_recv()
702 return to_hr_qp(qp); in hns_roce_v1_create_lp_qp()
2612 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_sqp()
2757 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_qp()
3425 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_q_sqp()
3495 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_q_qp()
3636 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_query_qp()
3923 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_destroy_qp()
Dhns_roce_device.h866 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function
Dhns_roce_qp.c930 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()