Searched refs:siw_cq (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
D | siw.h | 202 struct siw_cq { struct 429 struct siw_cq *scq; 430 struct siw_cq *rcq; 570 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() 572 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq() 721 void siw_cq_flush(struct siw_cq *cq); 724 int siw_reap_cqe(struct siw_cq *cq, struct ib_wc *wc);
|
D | siw_cq.c | 48 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()
|
D | Makefile | 5 siw_cq.o \
|
D | siw_verbs.h | 87 void siw_cq_event(struct siw_cq *cq, enum ib_event_type type);
|
D | siw_verbs.c | 1098 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq() 1131 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq() 1223 struct siw_cq *cq = to_siw_cq(base_cq); in siw_poll_cq() 1252 struct siw_cq *cq = to_siw_cq(base_cq); in siw_req_notify_cq() 1837 void siw_cq_event(struct siw_cq *cq, enum ib_event_type etype) in siw_cq_event()
|
D | siw_qp.c | 1034 static bool siw_cq_notify_now(struct siw_cq *cq, u32 flags) in siw_cq_notify_now() 1063 struct siw_cq *cq = qp->scq; in siw_sqe_complete() 1121 struct siw_cq *cq = qp->rcq; in siw_rqe_complete()
|
D | siw_main.c | 298 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
|