Lines Matching refs:rhndl
507 res_hndl_t rhndl, in grow_lxt() argument
595 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt()
619 res_hndl_t rhndl, in shrink_lxt() argument
629 bool needs_ws = ctxi->rht_needs_ws[rhndl]; in shrink_lxt()
673 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt()
737 res_hndl_t rhndl = resize->rsrc_handle; in _cxlflash_vlun_resize() local
777 rhte = get_rhte(ctxi, rhndl, lli); in _cxlflash_vlun_resize()
779 pr_debug("%s: Bad resource handle! (%u)\n", __func__, rhndl); in _cxlflash_vlun_resize()
785 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize()
787 rc = shrink_lxt(afu, sdev, rhndl, rhte, ctxi, &new_size); in _cxlflash_vlun_resize()
1044 res_hndl_t rhndl, in clone_lxt() argument
1100 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in clone_lxt()