Searched refs:base_qp (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/sw/siw/ |
D | siw_verbs.c | 246 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 …]
|
D | siw_verbs.h | 56 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,
|
D | siw.h | 418 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()
|
D | siw_cq.c | 71 wc->qp = cqe->base_qp; in siw_reap_cqe()
|
D | siw_qp.c | 1087 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()
|
D | siw_main.c | 248 return &qp->base_qp; in siw_get_base_qp()
|
D | siw_qp_rx.c | 71 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()
|
D | siw_qp_tx.c | 830 if (!rdma_is_kernel_res(&qp->base_qp.res)) { in siw_qp_sq_proc_tx()
|