Searched defs:base_cq (Results 1 – 2 of 2) sorted by relevance
1111 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) in siw_destroy_cq()1142 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, in siw_create_cq()1240 int siw_poll_cq(struct ib_cq *base_cq, int num_cqe, struct ib_wc *wc) in siw_poll_cq()1269 int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags) in siw_req_notify_cq()1847 struct ib_cq *base_cq = &cq->base_cq; in siw_cq_event() local
200 struct ib_cq base_cq; member568 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq()