Home
last modified time | relevance | path

Searched refs:hns_roce_cq (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c112 static int alloc_cqn(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cqn()
159 struct hns_roce_cq *hr_cq, in hns_roce_create_cqc()
186 static int alloc_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in alloc_cqc()
228 static void free_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cqc()
253 static int alloc_cq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_buf()
274 static void free_cq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in free_cq_buf()
279 static int alloc_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in alloc_cq_db()
314 static void free_cq_db(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, in free_cq_db()
353 static int get_cq_ucmd(struct hns_roce_cq *hr_cq, struct ib_udata *udata, in get_cq_ucmd()
368 static void set_cq_param(struct hns_roce_cq *hr_cq, u32 cq_entries, int vector, in set_cq_param()
[all …]
H A Dhns_roce_device.h424 struct hns_roce_cq { struct
939 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts,
1087 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq()
1089 return container_of(ib_cq, struct hns_roce_cq, ib_cq); in to_hr_cq()
1286 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq,
1287 struct hns_roce_cq *recv_cq);
1288 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq,
1289 struct hns_roce_cq *recv_cq);
H A DMakefile13 hns_roce_cq.o hns_roce_alloc.o hns_roce_db.o hns_roce_srq.o hns_roce_restrack.o \
H A Dhns_roce_restrack.c13 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry()
45 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry_raw()
H A Dhns_roce_qp.c314 struct hns_roce_cq *hr_send_cq, *hr_recv_cq; in add_qp_to_list()
1512 void hns_roce_lock_cqs(struct hns_roce_cq *send_cq, struct hns_roce_cq *recv_cq) in hns_roce_lock_cqs()
1536 void hns_roce_unlock_cqs(struct hns_roce_cq *send_cq, in hns_roce_unlock_cqs()
1537 struct hns_roce_cq *recv_cq) __releases(&send_cq->lock) in hns_roce_unlock_cqs()
1584 struct hns_roce_cq *hr_cq; in hns_roce_wq_overflow()
H A Dhns_roce_main.c752 INIT_RDMA_OBJ_SIZE(ib_cq, hns_roce_cq, ib_cq),
1112 struct hns_roce_cq *hr_cq = to_hr_cq(cq); in check_and_get_armed_cq()
1128 struct hns_roce_cq *hr_cq; in hns_roce_handle_device_err()
H A Dhns_roce_hw_v2.c917 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in handle_drain_completion()
2910 struct hns_roce_cq *hr_cq; in free_mr_init_cq()
3775 static void *get_cqe_v2(struct hns_roce_cq *hr_cq, int n) in get_cqe_v2()
3780 static void *get_sw_cqe_v2(struct hns_roce_cq *hr_cq, unsigned int n) in get_sw_cqe_v2()
3790 struct hns_roce_cq *hr_cq) in update_cq_db()
3806 static void __hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in __hns_roce_v2_cq_clean()
3849 static void hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn, in hns_roce_v2_cq_clean()
3858 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc()
3906 static bool left_sw_wc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq) in left_sw_wc()
3927 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq()
[all …]
H A Dhns_roce_hw_v2.h1341 struct hns_roce_cq *rsv_cq;