Searched refs:to_hr_qp (Results 1 – 4 of 4) sorted by relevance
64 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()
335 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()696 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()820 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()2725 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()4476 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()4620 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()4734 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in check_cong_type()4790 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in fill_cong_field()4840 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_path()[all …]
1230 struct hns_roce_qp *hr_qp = to_hr_qp(qp); in hns_roce_create_qp()1295 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_check_qp_attr()1341 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()
1022 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function