Home
last modified time | relevance | path

Searched refs:base_cq (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/infiniband/sw/siw/
Dsiw_verbs.h45 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr,
64 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata);
65 int siw_poll_cq(struct ib_cq *base_cq, int num_entries, struct ib_wc *wc);
66 int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags);
Dsiw_verbs.c1100 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) in siw_destroy_cq() argument
1102 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq()
1103 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq()
1131 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, in siw_create_cq() argument
1134 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq()
1135 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq()
1142 siw_dbg(base_cq->device, "too many CQ's\n"); in siw_create_cq()
1147 siw_dbg(base_cq->device, "CQ size error: %d\n", size); in siw_create_cq()
1152 cq->base_cq.cqe = size; in siw_create_cq()
1167 siw_dbg(base_cq->device, "new CQ [%u]\n", cq->id); in siw_create_cq()
[all …]
Dsiw.h204 struct ib_cq base_cq; member
573 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() argument
575 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq()
709 ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \
Dsiw_qp.c1041 if (!cq->base_cq.comp_handler) in siw_cq_notify_now()
1089 if (rdma_is_kernel_res(&cq->base_cq.res)) in siw_sqe_complete()
1106 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete()
1107 cq->base_cq.cq_context); in siw_sqe_complete()
1147 if (rdma_is_kernel_res(&cq->base_cq.res)) { in siw_rqe_complete()
1168 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
1169 cq->base_cq.cq_context); in siw_rqe_complete()
Dsiw_cq.c66 if (likely(rdma_is_kernel_res(&cq->base_cq.res))) { in siw_reap_cqe()
Dsiw_main.c274 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
/Linux-v6.6/Documentation/networking/device_drivers/qlogic/
Dqlge.rst45 .base_cq = (u8)0,
/Linux-v6.6/drivers/staging/qlge/
Dqlge.h1330 u8 base_cq; member
Dqlge_main.c3436 ricb->base_cq = RSS_L4K; in qlge_start_rss()