Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c84 struct hns_roce_qp *hr_qp = to_hr_qp(ib_qp); in hns_roce_fill_res_qp_entry()
119 struct hns_roce_qp *hr_qp = to_hr_qp(ib_qp); in hns_roce_fill_res_qp_entry_raw()
Dhns_roce_hw_v2.c336 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()
702 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()
848 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()
2731 hr_qp = to_hr_qp(free_mr->rsv_qp[sl_num]); in free_mr_modify_rsv_qp()
3417 hr_qp = to_hr_qp(free_mr->rsv_qp[i]); in free_mr_send_cmd_to_hw()
3872 struct hns_roce_qp *qp = to_hr_qp(wc->qp); in fill_recv_wc()
4295 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init()
4528 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()
4655 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()
4863 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_path()
[all …]
Dhns_roce_qp.c1188 struct hns_roce_qp *hr_qp = to_hr_qp(qp); in hns_roce_create_qp()
1254 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_check_qp_attr()
1300 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()
Dhns_roce_device.h1000 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function