Searched refs:hns_roce_cq (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/hns/ |
| H 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() 173 static void free_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cqc() 224 static int alloc_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_db() 298 static int get_cq_ucmd(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in get_cq_ucmd() 329 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() 444 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_destroy_cq() 456 struct hns_roce_cq *hr_cq; in hns_roce_cq_completion() [all …]
|
| H A D | hns_roce_device.h | 425 struct hns_roce_cq { struct 938 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts, 1071 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() 1073 return container_of(ib_cq, struct hns_roce_cq, ib_cq); in to_hr_cq() 1261 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, 1262 struct hns_roce_cq *recv_cq); 1263 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, 1264 struct hns_roce_cq *recv_cq);
|
| H A D | Makefile | 10 hns_roce_cq.o hns_roce_alloc.o hns_roce_db.o hns_roce_srq.o hns_roce_restrack.o \
|
| H A D | hns_roce_restrack.c | 14 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry() 46 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry_raw()
|
| H A D | hns_roce_qp.c | 286 struct hns_roce_cq *hr_send_cq, *hr_recv_cq; in add_qp_to_list() 1484 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, struct hns_roce_cq *recv_cq) in hns_roce_lock_cqs() 1508 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, in hns_roce_unlock_cqs() 1509 struct hns_roce_cq *recv_cq) __releases(&send_cq->lock) in hns_roce_unlock_cqs() 1556 struct hns_roce_cq *hr_cq; in hns_roce_wq_overflow()
|
| H A D | hns_roce_main.c | 661 INIT_RDMA_OBJ_SIZE(ib_cq, hns_roce_cq, ib_cq), 1014 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq() 1030 struct hns_roce_cq *hr_cq; in hns_roce_handle_device_err()
|
| H A D | hns_roce_hw_v2.c | 2641 struct hns_roce_cq *hr_cq; in free_mr_init_cq() 3530 static void *get_cqe_v2(struct hns_roce_cq *hr_cq, int n) in get_cqe_v2() 3545 struct hns_roce_cq *hr_cq) in update_cq_db() 3604 static void hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in hns_roce_v2_cq_clean() 3613 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() 3665 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq() 3737 struct hns_roce_cq *cq, struct hns_roce_v2_cqe *cqe, in get_cqe_status() 3946 static int hns_roce_v2_poll_one(struct hns_roce_cq *hr_cq, in hns_roce_v2_poll_one() 4015 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_poll_cq() 5614 struct hns_roce_cq *send_cq, *recv_cq; in hns_roce_v2_destroy_qp_common() [all …]
|
| H A D | hns_roce_hw_v2.h | 1338 struct hns_roce_cq *rsv_cq;
|