Home
last modified time | relevance | path

Searched refs:base_qp (Results 1 – 8 of 8) sorted by relevance

/drivers/infiniband/sw/siw/
A Dsiw_verbs.c264 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
269 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
417 qp->base_qp.qp_num); in siw_create_qp()
518 if (base_qp && qp_attr && qp_init_attr) in siw_query_qp()
519 qp = to_siw_qp(base_qp); in siw_query_qp()
544 qp_init_attr->srq = base_qp->srq; in siw_query_qp()
1827 struct ib_qp *base_qp = &qp->base_qp; in siw_qp_event() local
1837 event.device = base_qp->device; in siw_qp_event()
1838 event.element.qp = base_qp; in siw_qp_event()
1840 if (base_qp->event_handler) { in siw_qp_event()
[all …]
A Dsiw_verbs.h55 int siw_query_qp(struct ib_qp *base_qp, struct ib_qp_attr *qp_attr,
57 int siw_verbs_modify_qp(struct ib_qp *base_qp, struct ib_qp_attr *attr,
59 int siw_destroy_qp(struct ib_qp *base_qp, struct ib_udata *udata);
60 int siw_post_send(struct ib_qp *base_qp, const struct ib_send_wr *wr,
62 int siw_post_receive(struct ib_qp *base_qp, const struct ib_recv_wr *wr,
A Dsiw.h417 struct ib_qp base_qp; member
564 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() argument
566 return container_of(base_qp, struct siw_qp, base_qp); in to_siw_qp()
611 return qp->base_qp.qp_num; in qp_id()
A Dsiw_qp.c1058 cqe->base_qp = &qp->base_qp; in siw_sqe_complete()
1116 cqe->base_qp = &qp->base_qp; in siw_rqe_complete()
1284 int rv = xa_alloc(&sdev->qp_xa, &qp->base_qp.qp_num, qp, xa_limit_32b, in siw_qp_add()
A Dsiw_cq.c71 wc->qp = cqe->base_qp; in siw_reap_cqe()
A Dsiw_main.c221 return &qp->base_qp; in siw_get_base_qp()
273 INIT_RDMA_OBJ_SIZE(ib_qp, siw_qp, base_qp),
A Dsiw_qp_rx.c71 if (rdma_is_kernel_res(&rx_qp(srx)->base_qp.res)) { in siw_rx_umem()
1260 } else if (rdma_is_kernel_res(&qp->base_qp.res) && in siw_rdmap_complete()
A Dsiw_qp_tx.c832 if (!rdma_is_kernel_res(&qp->base_qp.res)) { in siw_qp_sq_proc_tx()

Completed in 19 milliseconds