Home
last modified time | relevance | path

Searched refs:base_srq (Results 1 – 5 of 5) sorted by relevance

/drivers/infiniband/sw/siw/
A Dsiw_verbs.h76 int siw_create_srq(struct ib_srq *base_srq, struct ib_srq_init_attr *attr,
78 int siw_modify_srq(struct ib_srq *base_srq, struct ib_srq_attr *attr,
80 int siw_query_srq(struct ib_srq *base_srq, struct ib_srq_attr *attr);
81 int siw_destroy_srq(struct ib_srq *base_srq, struct ib_udata *udata);
82 int siw_post_srq_recv(struct ib_srq *base_srq, const struct ib_recv_wr *wr,
A Dsiw_verbs.c1590 int siw_create_srq(struct ib_srq *base_srq, in siw_create_srq() argument
1593 struct siw_srq *srq = to_siw_srq(base_srq); in siw_create_srq()
1776 siw_dbg_pd(base_srq->pd, in siw_post_srq_recv()
1793 siw_dbg_pd(base_srq->pd, "SRQ full\n"); in siw_post_srq_recv()
1798 siw_dbg_pd(base_srq->pd, in siw_post_srq_recv()
1864 struct ib_srq *base_srq = &srq->base_srq; in siw_srq_event() local
1867 event.device = base_srq->device; in siw_srq_event()
1868 event.element.srq = base_srq; in siw_srq_event()
1870 if (base_srq->event_handler) { in siw_srq_event()
1871 siw_dbg_pd(srq->base_srq.pd, in siw_srq_event()
[all …]
A Dsiw.h242 struct ib_srq base_srq; member
574 static inline struct siw_srq *to_siw_srq(struct ib_srq *base_srq) in to_siw_srq() argument
576 return container_of(base_srq, struct siw_srq, base_srq); in to_siw_srq()
A Dsiw_main.c274 INIT_RDMA_OBJ_SIZE(ib_srq, siw_srq, base_srq),
A Dsiw_qp_rx.c489 pd = qp->srq == NULL ? qp->pd : qp->srq->base_srq.pd; in siw_proc_send()

Completed in 14 milliseconds