Searched refs:hns_roce_qp (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_qp.c | 47 struct hns_roce_qp, flush_work); in flush_work_handle() 99 struct hns_roce_qp *qp; in hns_roce_qp_event() 244 struct hns_roce_qp *hr_qp, in add_qp_to_list() 267 struct hns_roce_qp *hr_qp, in hns_roce_qp_store() 629 struct hns_roce_qp *hr_qp, in set_wqe_buf_attr() 823 struct hns_roce_qp *hr_qp, in alloc_user_qp_db() 866 struct hns_roce_qp *hr_qp, in alloc_kernel_qp_db() 954 struct hns_roce_qp *hr_qp) in alloc_kernel_wrid() 1047 struct hns_roce_qp *hr_qp) in hns_roce_create_qp_common() 1197 struct hns_roce_qp *hr_qp = to_hr_qp(qp); in hns_roce_create_qp() [all …]
|
A D | hns_roce_device.h | 583 struct hns_roce_qp { struct 603 void (*event)(struct hns_roce_qp *qp, argument 877 struct hns_roce_qp *hr_qp); 988 static inline struct hns_roce_qp *to_hr_qp(struct ib_qp *ibqp) in to_hr_qp() 990 return container_of(ibqp, struct hns_roce_qp, ibqp); in to_hr_qp() 1014 static inline struct hns_roce_qp 1176 void init_flush_work(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp); 1177 void *hns_roce_get_recv_wqe(struct hns_roce_qp *hr_qp, unsigned int n); 1178 void *hns_roce_get_send_wqe(struct hns_roce_qp *hr_qp, unsigned int n); 1179 void *hns_roce_get_extend_sge(struct hns_roce_qp *hr_qp, unsigned int n); [all …]
|
A D | Makefile | 9 hns_roce_ah.o hns_roce_hem.o hns_roce_mr.o hns_roce_qp.o \
|
A D | hns_roce_hw_v2.c | 373 struct hns_roce_qp *hr_qp) in check_send_valid() 627 struct hns_roce_qp *qp) in update_sq_db() 644 struct hns_roce_qp *qp) in update_rq_db() 772 struct hns_roce_qp *hr_qp) in check_recv_valid() 2717 struct hns_roce_qp *hr_qp; in free_mr_init_qp() 2825 struct hns_roce_qp *hr_qp; in free_mr_modify_rsv_qp() 3503 struct hns_roce_qp *hr_qp; in free_mr_send_cmd_to_hw() 3749 struct hns_roce_qp *hr_qp; in hns_roce_v2_sw_poll_cq() 4264 struct hns_roce_qp *hr_qp) in hns_roce_v2_qp_modify() 4435 struct hns_roce_qp *hr_qp, in config_qp_rq_buf() [all …]
|
A D | hns_roce_restrack.c | 84 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()
|
A D | hns_roce_main.c | 561 INIT_RDMA_OBJ_SIZE(ib_qp, hns_roce_qp, ibqp), 903 struct hns_roce_qp *hr_qp; in hns_roce_handle_device_err()
|
A D | hns_roce_hw_v2.h | 1336 struct hns_roce_qp *rsv_qp[HNS_ROCE_FREE_MR_USED_QP_NUM];
|
Completed in 38 milliseconds