Searched refs:hns_roce_cq (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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() 174 static void free_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cqc() 199 static int alloc_cq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_buf() 220 static void free_cq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cq_buf() 225 static int alloc_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_db() 260 static void free_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in free_cq_db() 299 static int get_cq_ucmd(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in get_cq_ucmd() 314 static void set_cq_param(struct hns_roce_cq *hr_cq, u32 cq_entries, int vector, in set_cq_param() [all …]
|
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_device.h | 411 struct hns_roce_cq { struct 899 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts, 1028 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() 1030 return container_of(ib_cq, struct hns_roce_cq, ib_cq); in to_hr_cq() 1213 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, 1214 struct hns_roce_cq *recv_cq); 1215 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, 1216 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_qp.c | 279 struct hns_roce_cq *hr_send_cq, *hr_recv_cq; in add_qp_to_list() 1391 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, struct hns_roce_cq *recv_cq) in hns_roce_lock_cqs() 1415 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, in hns_roce_unlock_cqs() 1416 struct hns_roce_cq *recv_cq) __releases(&send_cq->lock) in hns_roce_unlock_cqs() 1463 struct hns_roce_cq *hr_cq; in hns_roce_wq_overflow()
|
H A D | hns_roce_main.c | 631 INIT_RDMA_OBJ_SIZE(ib_cq, hns_roce_cq, ib_cq), 969 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq() 985 struct hns_roce_cq *hr_cq; in hns_roce_handle_device_err()
|
H A D | hns_roce_hw_v2.c | 2570 struct hns_roce_cq *hr_cq; in free_mr_init_cq() 3458 static void *get_cqe_v2(struct hns_roce_cq *hr_cq, int n) in get_cqe_v2() 3463 static void *get_sw_cqe_v2(struct hns_roce_cq *hr_cq, unsigned int n) in get_sw_cqe_v2() 3473 struct hns_roce_cq *hr_cq) in update_cq_db() 3489 static void __hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in __hns_roce_v2_cq_clean() 3532 static void hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in hns_roce_v2_cq_clean() 3541 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() 3593 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq() 3640 static int hns_roce_v2_sw_poll_cq(struct hns_roce_cq *hr_cq, int num_entries, in hns_roce_v2_sw_poll_cq() 3665 struct hns_roce_cq *cq, struct hns_roce_v2_cqe *cqe, in get_cqe_status() [all …]
|
H A D | hns_roce_hw_v2.h | 1310 struct hns_roce_cq *rsv_cq;
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |