Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c63 struct hns_roce_qp *hr_qp = to_hr_qp(ib_qp); in hns_roce_fill_res_qp_entry()
98 struct hns_roce_qp *hr_qp = to_hr_qp(ib_qp); in hns_roce_fill_res_qp_entry_raw()
H A Dhns_roce_hw_v2.c342 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()
699 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()
831 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()
2899 hr_qp = to_hr_qp(&free_mr->rsv_qp[sl_num]->ibqp); in free_mr_modify_rsv_qp()
4388 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init()
4624 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()
4786 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()
4854 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in get_dip_ctx_idx()
4927 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in check_cong_type()
4975 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in fill_cong_field()
[all …]
H A Dhns_roce_qp.c1303 struct hns_roce_qp *hr_qp = to_hr_qp(qp); in hns_roce_create_qp()
1374 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_check_qp_attr()
1421 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()
H A Dhns_roce_device.h1076 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function