Searched refs:rhndl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | vlun.c | 507 res_hndl_t rhndl, in grow_lxt() argument 598 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 624 res_hndl_t rhndl, in shrink_lxt() argument 636 bool needs_ws = ctxi->rht_needs_ws[rhndl]; in shrink_lxt() 680 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt() 744 res_hndl_t rhndl = resize->rsrc_handle; in _cxlflash_vlun_resize() local 785 rhte = get_rhte(ctxi, rhndl, lli); in _cxlflash_vlun_resize() 788 __func__, rhndl); in _cxlflash_vlun_resize() 794 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize() 796 rc = shrink_lxt(afu, sdev, rhndl, rhte, ctxi, &new_size); in _cxlflash_vlun_resize() [all …]
|
D | superpipe.c | 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() [all …]
|
D | superpipe.h | 143 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl,
|