Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/
H A Dsiw-abi.h173 struct ib_qp *base_qp; member
/linux/drivers/infiniband/sw/siw/
H A Dsiw_cq.c71 wc->qp = cqe->base_qp; in siw_reap_cqe()
H A Dsiw_main.c221 return &qp->base_qp; in siw_get_base_qp()
273 INIT_RDMA_OBJ_SIZE(ib_qp, siw_qp, base_qp),
H 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()
H A Dsiw_qp_tx.c832 if (!rdma_is_kernel_res(&qp->base_qp.res)) { in siw_qp_sq_proc_tx()