Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
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()
410 qp->base_qp.qp_num); in siw_create_qp()
482 return &qp->base_qp; in siw_create_qp()
506 int siw_query_qp(struct ib_qp *base_qp, struct ib_qp_attr *qp_attr, in siw_query_qp() argument
512 if (base_qp && qp_attr && qp_init_attr) { in siw_query_qp()
513 qp = to_siw_qp(base_qp); in siw_query_qp()
514 sdev = to_siw_dev(base_qp->device); in siw_query_qp()
[all …]
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.h418 struct ib_qp base_qp; member
565 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() argument
567 return container_of(base_qp, struct siw_qp, base_qp); in to_siw_qp()
612 return qp->base_qp.qp_num; in qp_id()
Dsiw_cq.c71 wc->qp = cqe->base_qp; in siw_reap_cqe()
Dsiw_qp.c1087 cqe->base_qp = &qp->base_qp; in siw_sqe_complete()
1145 cqe->base_qp = &qp->base_qp; in siw_rqe_complete()
1313 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()
1281 } else if (rdma_is_kernel_res(&qp->base_qp.res) && in siw_rdmap_complete()
Dsiw_qp_tx.c830 if (!rdma_is_kernel_res(&qp->base_qp.res)) { in siw_qp_sq_proc_tx()