Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c311 struct hns_roce_qp *qp = to_hr_qp(ibqp); in set_rwqe_data_seg()
639 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v2_post_send()
723 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv()
3803 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init()
3864 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_init()
4157 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr()
4319 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts()
4398 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_path()
4564 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_set_opt_fields()
4729 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_record_opt_fields()
[all …]
H A Dhns_roce_hw_v1.c70 struct hns_roce_qp *qp = to_hr_qp(ibqp); in hns_roce_v1_post_send()
348 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_post_recv()
680 return to_hr_qp(qp); in hns_roce_v1_create_lp_qp()
2507 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_sqp()
2666 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_qp()
3322 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_q_sqp()
3392 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_q_qp()
3533 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_query_qp()
3543 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_destroy_qp()
H A Dhns_roce_qp.c1103 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_check_qp_attr()
1149 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_modify_qp()
H A Dhns_roce_device.h1046 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() function