Lines Matching refs:rhndl
440 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() argument
453 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) { in get_rhte()
455 __func__, rhndl); in get_rhte()
459 if (unlikely(ctxi->rht_lun[rhndl] != lli)) { in get_rhte()
461 __func__, rhndl); in get_rhte()
465 rhte = &ctxi->rht_start[rhndl]; in get_rhte()
468 __func__, rhndl); in get_rhte()
646 res_hndl_t rhndl = release->rsrc_handle; in _cxlflash_disk_release() local
671 rhte = get_rhte(ctxi, rhndl, lli); in _cxlflash_disk_release()
674 __func__, rhndl); in _cxlflash_disk_release()
715 rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_disk_release()
1851 res_hndl_t rhndl = verify->rsrc_handle; in cxlflash_disk_verify() local
1867 rhte = get_rhte(ctxi, rhndl, lli); in cxlflash_disk_verify()
1870 __func__, rhndl); in cxlflash_disk_verify()