Searched refs:hns_roce_cq (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_cq.c | 59 static int alloc_cqn(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in alloc_cqn() 104 static int alloc_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in alloc_cqc() 172 static void free_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cqc() 198 static int alloc_cq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_buf() 219 static void free_cq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cq_buf() 224 static int alloc_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_db() 259 static void free_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in free_cq_db() 298 static int get_cq_ucmd(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in get_cq_ucmd() 313 static void set_cq_param(struct hns_roce_cq *hr_cq, u32 cq_entries, int vector, in set_cq_param() 329 static int set_cqe_size(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in set_cqe_size() [all …]
|
| D | hns_roce_device.h | 433 struct hns_roce_cq { struct 913 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts, 1042 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() 1044 return container_of(ib_cq, struct hns_roce_cq, ib_cq); in to_hr_cq() 1229 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, 1230 struct hns_roce_cq *recv_cq); 1231 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, 1232 struct hns_roce_cq *recv_cq);
|
| D | Makefile | 10 hns_roce_cq.o hns_roce_alloc.o hns_roce_db.o hns_roce_srq.o hns_roce_restrack.o
|
| D | hns_roce_restrack.c | 83 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry()
|
| D | hns_roce_qp.c | 278 struct hns_roce_cq *hr_send_cq, *hr_recv_cq; in add_qp_to_list() 1345 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, struct hns_roce_cq *recv_cq) in hns_roce_lock_cqs() 1369 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, in hns_roce_unlock_cqs() 1370 struct hns_roce_cq *recv_cq) __releases(&send_cq->lock) in hns_roce_unlock_cqs() 1417 struct hns_roce_cq *hr_cq; in hns_roce_wq_overflow()
|
| D | hns_roce_main.c | 456 INIT_RDMA_OBJ_SIZE(ib_cq, hns_roce_cq, ib_cq), 777 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq() 793 struct hns_roce_cq *hr_cq; in hns_roce_handle_device_err()
|
| D | hns_roce_hw_v1.c | 1095 struct hns_roce_cq *mr_free_cq = free_mr->mr_free_cq; in hns_roce_v1_mr_free_work_fn() 1981 static void *get_cqe(struct hns_roce_cq *hr_cq, int n) in get_cqe() 1986 static void *get_sw_cqe(struct hns_roce_cq *hr_cq, int n) in get_sw_cqe() 1995 static struct hns_roce_cqe *next_cqe_sw(struct hns_roce_cq *hr_cq) in next_cqe_sw() 2000 static void hns_roce_v1_cq_set_ci(struct hns_roce_cq *hr_cq, u32 cons_index) in hns_roce_v1_cq_set_ci() 2017 static void __hns_roce_v1_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in __hns_roce_v1_cq_clean() 2059 static void hns_roce_v1_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in hns_roce_v1_cq_clean() 2068 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v1_write_cqc() 2146 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_req_notify_cq() 2172 static int hns_roce_v1_poll_one(struct hns_roce_cq *hr_cq, in hns_roce_v1_poll_one() [all …]
|
| D | hns_roce_hw_v2.c | 3239 static void *get_cqe_v2(struct hns_roce_cq *hr_cq, int n) in get_cqe_v2() 3244 static void *get_sw_cqe_v2(struct hns_roce_cq *hr_cq, unsigned int n) in get_sw_cqe_v2() 3254 struct hns_roce_cq *hr_cq) in update_cq_db() 3270 static void __hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in __hns_roce_v2_cq_clean() 3313 static void hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in hns_roce_v2_cq_clean() 3322 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() 3374 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq() 3454 static int hns_roce_v2_sw_poll_cq(struct hns_roce_cq *hr_cq, int num_entries, in hns_roce_v2_sw_poll_cq() 3479 struct hns_roce_cq *cq, struct hns_roce_v2_cqe *cqe, in get_cqe_status() 3534 static int get_cur_qp(struct hns_roce_cq *hr_cq, struct hns_roce_v2_cqe *cqe, in get_cur_qp() [all …]
|
| D | hns_roce_hw_v1.h | 1131 struct hns_roce_cq *mr_free_cq;
|