Lines Matching defs:rhndl
488 * @rhndl: Resource handle associated with the RHTE.
503 res_hndl_t rhndl,
594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC);
611 * @rhndl: Resource handle associated with the RHTE.
620 res_hndl_t rhndl,
632 bool needs_ws = ctxi->rht_needs_ws[rhndl];
676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);
740 res_hndl_t rhndl = resize->rsrc_handle;
757 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu req_size=%llu new_size=%llu\n",
781 rhte = get_rhte(ctxi, rhndl, lli);
783 dev_dbg(dev, "%s: Bad resource handle rhndl=%u\n",
784 __func__, rhndl);
790 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size);
792 rc = shrink_lxt(afu, sdev, rhndl, rhte, ctxi, &new_size);
802 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);
1085 * @rhndl: Resource handle associated with the RHTE.
1094 res_hndl_t rhndl,
1151 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC);