Home
last modified time | relevance | path

Searched refs:rhndl (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/cxlflash/
Dvlun.c507 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()
[all …]
Dsuperpipe.c415 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()
[all …]