Home
last modified time | relevance | path

Searched refs:siw_cq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h199 struct siw_cq { struct
429 struct siw_cq *scq;
430 struct siw_cq *rcq;
569 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq()
571 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq()
724 void siw_cq_flush(struct siw_cq *cq);
727 int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc);
H A Dsiw_cq.c48 int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc) in siw_reap_cqe()
116 void siw_cq_flush(struct siw_cq *cq) in siw_cq_flush()
H A DMakefile5 siw_cq.o \