Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_verbs.h56 int siw_query_qp(struct ib_qp *base_qp, struct ib_qp_attr *qp_attr,
58 int siw_verbs_modify_qp(struct ib_qp *base_qp, struct ib_qp_attr *attr,
60 int siw_destroy_qp(struct ib_qp *base_qp, struct ib_udata *udata);
61 int siw_post_send(struct ib_qp *base_qp, const struct ib_send_wr *wr,
63 int siw_post_receive(struct ib_qp *base_qp, const struct ib_recv_wr *wr,
Dsiw_verbs.c246 void siw_qp_get_ref(struct ib_qp *base_qp) in siw_qp_get_ref() argument
248 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
251 void siw_qp_put_ref(struct ib_qp *base_qp) in siw_qp_put_ref() argument
253 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
404 qp->base_qp.qp_num); in siw_create_qp()
477 return &qp->base_qp; in siw_create_qp()
501 int siw_query_qp(struct ib_qp *base_qp, struct ib_qp_attr *qp_attr, in siw_query_qp() argument
507 if (base_qp && qp_attr && qp_init_attr) { in siw_query_qp()
508 qp = to_siw_qp(base_qp); in siw_query_qp()
509 sdev = to_siw_dev(base_qp->device); in siw_query_qp()
[all …]
Dsiw.h419 struct ib_qp base_qp; member
566 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() argument
568 return container_of(base_qp, struct siw_qp, base_qp); in to_siw_qp()
613 return qp->base_qp.qp_num; in qp_id()
Dsiw_cq.c73 wc->qp = cqe->base_qp; in siw_reap_cqe()
Dsiw_qp.c1074 cqe->base_qp = &qp->base_qp; in siw_sqe_complete()
1132 cqe->base_qp = &qp->base_qp; in siw_rqe_complete()
1300 int rv = xa_alloc(&sdev->qp_xa, &qp->base_qp.qp_num, qp, xa_limit_32b, in siw_qp_add()
Dsiw_main.c248 return &qp->base_qp; in siw_get_base_qp()
Dsiw_qp_rx.c71 if (rdma_is_kernel_res(&rx_qp(srx)->base_qp.res)) { in siw_rx_umem()
1268 } else if (rdma_is_kernel_res(&qp->base_qp.res) && in siw_rdmap_complete()
Dsiw_qp_tx.c820 if (!rdma_is_kernel_res(&qp->base_qp.res)) { in siw_qp_sq_proc_tx()
/Linux-v5.10/include/uapi/rdma/
Dsiw-abi.h173 struct ib_qp *base_qp; member