Searched refs:hns_roce_cq (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_cq.c | 58 static int alloc_cqn(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in alloc_cqn() 104 struct hns_roce_cq *hr_cq, in hns_roce_create_cqc() 131 static int alloc_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in alloc_cqc() 174 static void free_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cqc() 225 static int alloc_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_db() 299 static int get_cq_ucmd(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in get_cq_ucmd() 330 static int set_cqe_size(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in set_cqe_size() 361 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_create_cq() 439 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_destroy_cq() 451 struct hns_roce_cq *hr_cq; in hns_roce_cq_completion() [all …]
|
A D | hns_roce_device.h | 404 struct hns_roce_cq { struct 866 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts, 993 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() 995 return container_of(ib_cq, struct hns_roce_cq, ib_cq); in to_hr_cq() 1182 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, 1183 struct hns_roce_cq *recv_cq); 1184 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, 1185 struct hns_roce_cq *recv_cq);
|
A D | Makefile | 10 hns_roce_cq.o hns_roce_alloc.o hns_roce_db.o hns_roce_srq.o hns_roce_restrack.o
|
A D | hns_roce_restrack.c | 16 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry() 48 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry_raw()
|
A D | hns_roce_qp.c | 247 struct hns_roce_cq *hr_send_cq, *hr_recv_cq; in add_qp_to_list() 1357 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, struct hns_roce_cq *recv_cq) in hns_roce_lock_cqs() 1381 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, in hns_roce_unlock_cqs() 1382 struct hns_roce_cq *recv_cq) __releases(&send_cq->lock) in hns_roce_unlock_cqs() 1429 struct hns_roce_cq *hr_cq; in hns_roce_wq_overflow()
|
A D | hns_roce_main.c | 559 INIT_RDMA_OBJ_SIZE(ib_cq, hns_roce_cq, ib_cq), 888 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq() 904 struct hns_roce_cq *hr_cq; in hns_roce_handle_device_err()
|
A D | hns_roce_hw_v2.c | 2683 struct hns_roce_cq *hr_cq; in free_mr_init_cq() 3564 static void *get_cqe_v2(struct hns_roce_cq *hr_cq, int n) in get_cqe_v2() 3579 struct hns_roce_cq *hr_cq) in update_cq_db() 3638 static void hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in hns_roce_v2_cq_clean() 3647 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() 3699 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq() 3771 struct hns_roce_cq *cq, struct hns_roce_v2_cqe *cqe, in get_cqe_status() 3979 static int hns_roce_v2_poll_one(struct hns_roce_cq *hr_cq, in hns_roce_v2_poll_one() 4048 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_poll_cq() 5508 struct hns_roce_cq *send_cq, *recv_cq; in hns_roce_v2_destroy_qp_common() [all …]
|
A D | hns_roce_hw_v2.h | 1337 struct hns_roce_cq *rsv_cq;
|
Completed in 37 milliseconds