base_cq 215 drivers/infiniband/sw/siw/siw.h struct ib_cq base_cq; base_cq 590 drivers/infiniband/sw/siw/siw.h static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) base_cq 592 drivers/infiniband/sw/siw/siw.h return container_of(base_cq, struct siw_cq, base_cq); base_cq 725 drivers/infiniband/sw/siw/siw.h ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \ base_cq 296 drivers/infiniband/sw/siw/siw_main.c INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq), base_cq 1025 drivers/infiniband/sw/siw/siw_qp.c if (!cq->base_cq.comp_handler) base_cq 1090 drivers/infiniband/sw/siw/siw_qp.c cq->base_cq.comp_handler(&cq->base_cq, base_cq 1091 drivers/infiniband/sw/siw/siw_qp.c cq->base_cq.cq_context); base_cq 1152 drivers/infiniband/sw/siw/siw_qp.c cq->base_cq.comp_handler(&cq->base_cq, base_cq 1153 drivers/infiniband/sw/siw/siw_qp.c cq->base_cq.cq_context); base_cq 1081 drivers/infiniband/sw/siw/siw_verbs.c void siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) base_cq 1083 drivers/infiniband/sw/siw/siw_verbs.c struct siw_cq *cq = to_siw_cq(base_cq); base_cq 1084 drivers/infiniband/sw/siw/siw_verbs.c struct siw_device *sdev = to_siw_dev(base_cq->device); base_cq 1111 drivers/infiniband/sw/siw/siw_verbs.c int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, base_cq 1114 drivers/infiniband/sw/siw/siw_verbs.c struct siw_device *sdev = to_siw_dev(base_cq->device); base_cq 1115 drivers/infiniband/sw/siw/siw_verbs.c struct siw_cq *cq = to_siw_cq(base_cq); base_cq 1119 drivers/infiniband/sw/siw/siw_verbs.c siw_dbg(base_cq->device, "too many CQ's\n"); base_cq 1124 drivers/infiniband/sw/siw/siw_verbs.c siw_dbg(base_cq->device, "CQ size error: %d\n", size); base_cq 1129 drivers/infiniband/sw/siw/siw_verbs.c cq->base_cq.cqe = size; base_cq 1146 drivers/infiniband/sw/siw/siw_verbs.c siw_dbg(base_cq->device, "new CQ [%u]\n", cq->id); base_cq 1181 drivers/infiniband/sw/siw/siw_verbs.c siw_dbg(base_cq->device, "CQ creation failed: %d", rv); base_cq 1206 drivers/infiniband/sw/siw/siw_verbs.c int siw_poll_cq(struct ib_cq *base_cq, int num_cqe, struct ib_wc *wc) base_cq 1208 drivers/infiniband/sw/siw/siw_verbs.c struct siw_cq *cq = to_siw_cq(base_cq); base_cq 1235 drivers/infiniband/sw/siw/siw_verbs.c int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags) base_cq 1237 drivers/infiniband/sw/siw/siw_verbs.c struct siw_cq *cq = to_siw_cq(base_cq); base_cq 1825 drivers/infiniband/sw/siw/siw_verbs.c struct ib_cq *base_cq = &cq->base_cq; base_cq 1828 drivers/infiniband/sw/siw/siw_verbs.c event.device = base_cq->device; base_cq 1829 drivers/infiniband/sw/siw/siw_verbs.c event.element.cq = base_cq; base_cq 1831 drivers/infiniband/sw/siw/siw_verbs.c if (base_cq->event_handler) { base_cq 1833 drivers/infiniband/sw/siw/siw_verbs.c base_cq->event_handler(&event, base_cq->cq_context); base_cq 45 drivers/infiniband/sw/siw/siw_verbs.h int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, base_cq 66 drivers/infiniband/sw/siw/siw_verbs.h void siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata); base_cq 67 drivers/infiniband/sw/siw/siw_verbs.h int siw_poll_cq(struct ib_cq *base_cq, int num_entries, struct ib_wc *wc); base_cq 68 drivers/infiniband/sw/siw/siw_verbs.h int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags); base_cq 1323 drivers/staging/qlge/qlge.h u8 base_cq; base_cq 1681 drivers/staging/qlge/qlge_dbg.c pr_err("ricb->base_cq = %d\n", ricb->base_cq & 0x1f); base_cq 1683 drivers/staging/qlge/qlge_dbg.c ricb->base_cq & RSS_L4K ? "RSS_L4K " : "", base_cq 3627 drivers/staging/qlge/qlge_main.c ricb->base_cq = RSS_L4K;