Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A 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);
A Dsiw_verbs.c1064 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq()
1097 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq()
1104 siw_dbg(base_cq->device, "too many CQ's\n"); in siw_create_cq()
1114 cq->base_cq.cqe = size; in siw_create_cq()
1192 struct siw_cq *cq = to_siw_cq(base_cq); in siw_poll_cq()
1221 struct siw_cq *cq = to_siw_cq(base_cq); in siw_req_notify_cq()
1812 struct ib_cq *base_cq = &cq->base_cq; in siw_cq_event() local
1815 event.device = base_cq->device; in siw_cq_event()
1816 event.element.cq = base_cq; in siw_cq_event()
1818 if (base_cq->event_handler) { in siw_cq_event()
[all …]
A Dsiw.h203 struct ib_cq base_cq; member
570 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() argument
572 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq()
711 ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \
A Dsiw_qp.c1038 if (!cq->base_cq.comp_handler) in siw_cq_notify_now()
1086 if (rdma_is_kernel_res(&cq->base_cq.res)) in siw_sqe_complete()
1103 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete()
1104 cq->base_cq.cq_context); in siw_sqe_complete()
1144 if (rdma_is_kernel_res(&cq->base_cq.res)) { in siw_rqe_complete()
1165 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
1166 cq->base_cq.cq_context); in siw_rqe_complete()
A Dsiw_cq.c68 if (likely(rdma_is_kernel_res(&cq->base_cq.res))) { in siw_reap_cqe()
A Dsiw_main.c298 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
/linux/Documentation/networking/device_drivers/qlogic/
A Dqlge.rst45 .base_cq = (u8)0,
/linux/drivers/staging/qlge/
A Dqlge.h1330 u8 base_cq; member
A Dqlge_main.c3436 ricb->base_cq = RSS_L4K; in qlge_start_rss()

Completed in 34 milliseconds