Searched refs:base_cq (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/infiniband/sw/siw/ |
D | siw_verbs.h | 45 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, 66 void siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata); 67 int siw_poll_cq(struct ib_cq *base_cq, int num_entries, struct ib_wc *wc); 68 int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags);
|
D | siw_verbs.c | 982 void siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) in siw_destroy_cq() argument 984 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq() 985 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq() 1012 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, in siw_create_cq() argument 1015 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq() 1016 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq() 1020 siw_dbg(base_cq->device, "too many CQ's\n"); in siw_create_cq() 1025 siw_dbg(base_cq->device, "CQ size error: %d\n", size); in siw_create_cq() 1030 cq->base_cq.cqe = size; in siw_create_cq() 1047 siw_dbg(base_cq->device, "new CQ [%u]\n", cq->id); in siw_create_cq() [all …]
|
D | siw.h | 215 struct ib_cq base_cq; member 590 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() argument 592 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq() 725 ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \
|
D | siw_qp.c | 1025 if (!cq->base_cq.comp_handler) in siw_cq_notify_now() 1090 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete() 1091 cq->base_cq.cq_context); in siw_sqe_complete() 1152 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete() 1153 cq->base_cq.cq_context); in siw_rqe_complete()
|
D | siw_main.c | 316 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
|
/Linux-v5.4/drivers/staging/qlge/ |
D | qlge_dbg.c | 1681 pr_err("ricb->base_cq = %d\n", ricb->base_cq & 0x1f); in ql_dump_ricb() 1683 ricb->base_cq & RSS_L4K ? "RSS_L4K " : "", in ql_dump_ricb()
|
D | qlge.h | 1323 u8 base_cq; member
|
D | qlge_main.c | 3627 ricb->base_cq = RSS_L4K; in ql_start_rss()
|