Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c166 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()
237 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()
618 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()
3260 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init()
3551 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_init()
3670 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()
3915 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()
4061 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_path()
4203 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_opt_fields()
4369 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_record_opt_fields()
[all …]
Dhns_roce_hw_v1.c70 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v1_post_send()
359 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_post_recv()
698 return to_hr_qp(qp); in hns_roce_v1_create_lp_qp()
2576 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_sqp()
2721 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_qp()
3389 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_q_sqp()
3459 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_q_qp()
3600 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_query_qp()
3610 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_destroy_qp()
Dhns_roce_qp.c1129 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_check_qp_attr()
1176 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()
Dhns_roce_device.h1080 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function