Searched refs:xa_rq_index (Results 1 – 2 of 2) sorted by relevance
384 qp->xa_rq_index = SIW_INVAL_UOBJ_KEY; in siw_create_qp()466 qp->xa_rq_index = in siw_create_qp()471 qp->xa_rq_index == SIW_INVAL_UOBJ_KEY) { in siw_create_qp()476 uresp.rq_key = qp->xa_rq_index << PAGE_SHIFT; in siw_create_qp()506 if (qp->xa_rq_index != SIW_INVAL_UOBJ_KEY) in siw_create_qp()507 kfree(xa_erase(&uctx->xa, qp->xa_rq_index)); in siw_create_qp()623 if (uctx && qp->xa_rq_index != SIW_INVAL_UOBJ_KEY) in siw_destroy_qp()624 kfree(xa_erase(&uctx->xa, qp->xa_rq_index)); in siw_destroy_qp()
481 u32 xa_rq_index; /* mmap information for RQE array */ member