Lines Matching refs:rhndl
415 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() argument
426 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) { in get_rhte()
427 pr_debug("%s: Bad resource handle! (%d)\n", __func__, rhndl); in get_rhte()
431 if (unlikely(ctxi->rht_lun[rhndl] != lli)) { in get_rhte()
433 __func__, rhndl); in get_rhte()
437 rhte = &ctxi->rht_start[rhndl]; in get_rhte()
440 __func__, rhndl); in get_rhte()
616 res_hndl_t rhndl = release->rsrc_handle; in _cxlflash_disk_release() local
640 rhte = get_rhte(ctxi, rhndl, lli); in _cxlflash_disk_release()
643 __func__, rhndl); in _cxlflash_disk_release()
684 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_disk_release()
1777 res_hndl_t rhndl = verify->rsrc_handle; in cxlflash_disk_verify() local
1793 rhte = get_rhte(ctxi, rhndl, lli); in cxlflash_disk_verify()
1796 __func__, rhndl); in cxlflash_disk_verify()