Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c254 void siw_qp_get_ref(struct ib_qp *base_qp) in siw_qp_get_ref() argument
256 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
259 void siw_qp_put_ref(struct ib_qp *base_qp) in siw_qp_put_ref() argument
261 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
409 qp->base_qp.qp_num); in siw_create_qp()
504 int siw_query_qp(struct ib_qp *base_qp, struct ib_qp_attr *qp_attr, in siw_query_qp() argument
510 if (base_qp && qp_attr && qp_init_attr) { in siw_query_qp()
511 qp = to_siw_qp(base_qp); in siw_query_qp()
512 sdev = to_siw_dev(base_qp->device); in siw_query_qp()
530 qp_init_attr->qp_type = base_qp->qp_type; in siw_query_qp()
[all …]
H 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,
H A Dsiw.h416 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()
H A Dsiw_cq.c71 wc->qp = cqe->base_qp; in siw_reap_cqe()
H A Dsiw_qp.c1090 cqe->base_qp = &qp->base_qp; in siw_sqe_complete()
1148 cqe->base_qp = &qp->base_qp; in siw_rqe_complete()
1316 int rv = xa_alloc(&sdev->qp_xa, &qp->base_qp.qp_num, qp, xa_limit_32b, in siw_qp_add()
H A Dsiw_main.c222 return &qp->base_qp; in siw_get_base_qp()
274 INIT_RDMA_OBJ_SIZE(ib_qp, siw_qp, base_qp),
H A Dsiw_qp_rx.c71 if (rdma_is_kernel_res(&rx_qp(srx)->base_qp.res)) { in siw_rx_umem()
1261 } else if (rdma_is_kernel_res(&qp->base_qp.res) && in siw_rdmap_complete()
H A Dsiw_qp_tx.c829 if (!rdma_is_kernel_res(&qp->base_qp.res)) { in siw_qp_sq_proc_tx()
/linux/include/uapi/rdma/
H A Dsiw-abi.h173 struct ib_qp *base_qp; member