Home
last modified time | relevance | path

Searched defs:hr_qp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_qp.c70 static void hns_roce_ib_qp_event(struct hns_roce_qp *hr_qp, in hns_roce_ib_qp_event()
146 struct hns_roce_qp *hr_qp) in hns_roce_gsi_qp_alloc()
176 struct hns_roce_qp *hr_qp) in hns_roce_qp_alloc()
239 void hns_roce_qp_remove(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp) in hns_roce_qp_remove()
251 void hns_roce_qp_free(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp) in hns_roce_qp_free()
283 struct hns_roce_qp *hr_qp) in hns_roce_set_rq_size()
341 struct hns_roce_qp *hr_qp, in hns_roce_set_user_sq_size()
419 struct hns_roce_qp *hr_qp) in hns_roce_set_kernel_sq_size()
516 struct hns_roce_qp *hr_qp) in hns_roce_create_qp_common()
844 struct hns_roce_qp *hr_qp; in hns_roce_create_qp() local
[all …]
Dhns_roce_hw_v1.c362 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_post_recv() local
713 struct hns_roce_qp *hr_qp; in hns_roce_v1_rsv_lp_qp() local
872 struct hns_roce_qp *hr_qp; in hns_roce_v1_release_lp_qp() local
998 static int hns_roce_v1_send_lp_wqe(struct hns_roce_qp *hr_qp) in hns_roce_v1_send_lp_wqe()
1032 struct hns_roce_qp *hr_qp; in hns_roce_v1_mr_free_work_fn() local
2230 struct hns_roce_qp *hr_qp; in hns_roce_v1_poll_one() local
2530 struct hns_roce_qp *hr_qp) in hns_roce_v1_qp_modify()
2612 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_sqp() local
2757 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v1_m_qp() local
3397 struct hns_roce_qp *hr_qp, in hns_roce_v1_query_qpc()
[all …]
Dhns_roce_hw_v2.c559 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_post_recv() local
2047 struct hns_roce_qp *hr_qp; in hns_roce_v2_poll_one() local
2464 struct hns_roce_qp *hr_qp) in hns_roce_v2_qp_modify()
2484 static void set_access_flags(struct hns_roce_qp *hr_qp, in set_access_flags()
2521 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_reset_to_init() local
2842 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_init() local
2974 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_init_to_rtr() local
3247 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in modify_qp_rtr_to_rts() local
3444 struct hns_roce_qp *hr_qp = to_hr_qp(ibqp); in hns_roce_v2_modify_qp() local
3672 struct hns_roce_qp *hr_qp, in hns_roce_v2_query_qpc()
[all …]
Dhns_roce_device.h567 struct hns_roce_qp hr_qp; member
881 static inline struct hns_roce_sqp *hr_to_hr_sqp(struct hns_roce_qp *hr_qp) in hr_to_hr_sqp()