Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c64 struct hns_roce_qp *hr_qp = to_hr_qp(ib_qp); in hns_roce_fill_res_qp_entry()
99 struct hns_roce_qp *hr_qp = to_hr_qp(ib_qp); in hns_roce_fill_res_qp_entry_raw()
Dhns_roce_hw_v2.c335 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()
694 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()
818 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()
2721 hr_qp = to_hr_qp(&free_mr->rsv_qp[sl_num]->ibqp); in free_mr_modify_rsv_qp()
4240 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init()
4472 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()
4617 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()
4833 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_path()
5023 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_opt_fields()
5123 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_record_opt_fields()
[all …]
Dhns_roce_qp.c1213 struct hns_roce_qp *hr_qp = to_hr_qp(qp); in hns_roce_create_qp()
1279 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_check_qp_attr()
1325 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()
Dhns_roce_device.h1016 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function