Searched refs:rhndl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | vlun.c | 503 res_hndl_t rhndl, in grow_lxt() argument 594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 620 res_hndl_t rhndl, in shrink_lxt() argument 632 bool needs_ws = ctxi->rht_needs_ws[rhndl]; in shrink_lxt() 676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt() 740 res_hndl_t rhndl = resize->rsrc_handle; in _cxlflash_vlun_resize() local 781 rhte = get_rhte(ctxi, rhndl, lli); in _cxlflash_vlun_resize() 784 __func__, rhndl); in _cxlflash_vlun_resize() 802 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_vlun_resize() 1094 res_hndl_t rhndl, in clone_lxt() argument [all …]
|
H A D | superpipe.c | 451 __func__, rhndl); in get_rhte() 455 if (unlikely(ctxi->rht_lun[rhndl] != lli)) { in get_rhte() 457 __func__, rhndl); in get_rhte() 461 rhte = &ctxi->rht_start[rhndl]; in get_rhte() 464 __func__, rhndl); in get_rhte() 642 res_hndl_t rhndl = release->rsrc_handle; in _cxlflash_disk_release() local 667 rhte = get_rhte(ctxi, rhndl, lli); in _cxlflash_disk_release() 670 __func__, rhndl); in _cxlflash_disk_release() 1846 res_hndl_t rhndl = verify->rsrc_handle; in cxlflash_disk_verify() local 1862 rhte = get_rhte(ctxi, rhndl, lli); in cxlflash_disk_verify() [all …]
|
H A D | superpipe.h | 139 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl,
|