Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h200 struct ib_cq base_cq; member
569 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() argument
571 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__, \
H A Dsiw_qp.c1009 if (!cq->base_cq.comp_handler) in siw_cq_notify_now()
1057 if (rdma_is_kernel_res(&cq->base_cq.res)) in siw_sqe_complete()
1074 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete()
1075 cq->base_cq.cq_context); in siw_sqe_complete()
1115 if (rdma_is_kernel_res(&cq->base_cq.res)) { in siw_rqe_complete()
1136 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
1137 cq->base_cq.cq_context); in siw_rqe_complete()
H A Dsiw_cq.c66 if (likely(rdma_is_kernel_res(&cq->base_cq.res))) { in siw_reap_cqe()
H A Dsiw_main.c271 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),