Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw.h203 struct siw_cq { struct
431 struct siw_cq *scq;
432 struct siw_cq *rcq;
573 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq()
575 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);
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()
DMakefile5 siw_cq.o \
Dsiw_verbs.h86 void siw_cq_event(struct siw_cq *cq, enum ib_event_type type);
Dsiw_verbs.c1102 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq()
1135 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq()
1230 struct siw_cq *cq = to_siw_cq(base_cq); in siw_poll_cq()
1259 struct siw_cq *cq = to_siw_cq(base_cq); in siw_req_notify_cq()
1847 void siw_cq_event(struct siw_cq *cq, enum ib_event_type etype) in siw_cq_event()
Dsiw_qp.c1037 static bool siw_cq_notify_now(struct siw_cq *cq, u32 flags) in siw_cq_notify_now()
1066 struct siw_cq *cq = qp->scq; in siw_sqe_complete()
1124 struct siw_cq *cq = qp->rcq; in siw_rqe_complete()
Dsiw_main.c274 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),