siw_cq
struct siw_cq *scq;
struct siw_cq *rcq;
static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq)
return container_of(base_cq, struct siw_cq, base_cq);
void siw_cq_flush(struct siw_cq *cq);
int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc);
void siw_cq_flush(struct siw_cq *cq)
int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc)
INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
static bool siw_cq_notify_now(struct siw_cq *cq, u32 flags)
struct siw_cq *cq = qp->scq;
struct siw_cq *cq = qp->rcq;
struct siw_cq *cq = to_siw_cq(base_cq);
struct siw_cq *cq = to_siw_cq(base_cq);
struct siw_cq *cq = to_siw_cq(base_cq);
struct siw_cq *cq = to_siw_cq(base_cq);
void siw_cq_event(struct siw_cq *cq, enum ib_event_type etype)
void siw_cq_event(struct siw_cq *cq, enum ib_event_type type);