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

/linux-4.4.14/drivers/scsi/cxlflash/
H A Dvlun.c492 * @rhndl: Resource handle associated with the RHTE.
507 res_hndl_t rhndl, grow_lxt()
595 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); grow_lxt()
610 * @rhndl: Resource handle associated with the RHTE.
619 res_hndl_t rhndl, shrink_lxt()
629 bool needs_ws = ctxi->rht_needs_ws[rhndl]; shrink_lxt()
673 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); shrink_lxt()
737 res_hndl_t rhndl = resize->rsrc_handle; _cxlflash_vlun_resize() local
754 pr_debug("%s: ctxid=%llu rhndl=0x%llx, req_size=0x%llx," _cxlflash_vlun_resize()
777 rhte = get_rhte(ctxi, rhndl, lli); _cxlflash_vlun_resize()
779 pr_debug("%s: Bad resource handle! (%u)\n", __func__, rhndl); _cxlflash_vlun_resize()
785 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); _cxlflash_vlun_resize()
787 rc = shrink_lxt(afu, sdev, rhndl, rhte, ctxi, &new_size); _cxlflash_vlun_resize()
1035 * @rhndl: Resource handle associated with the RHTE.
1044 res_hndl_t rhndl, clone_lxt()
1100 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); clone_lxt()
504 grow_lxt(struct afu *afu, struct scsi_device *sdev, ctx_hndl_t ctxid, res_hndl_t rhndl, struct sisl_rht_entry *rhte, u64 *new_size) grow_lxt() argument
617 shrink_lxt(struct afu *afu, struct scsi_device *sdev, res_hndl_t rhndl, struct sisl_rht_entry *rhte, struct ctx_info *ctxi, u64 *new_size) shrink_lxt() argument
1041 clone_lxt(struct afu *afu, struct blka *blka, ctx_hndl_t ctxid, res_hndl_t rhndl, struct sisl_rht_entry *rhte, struct sisl_rht_entry *rhte_src) clone_lxt() argument
H A Dsuperpipe.c410 * @rhndl: Resource handle associated with entry.
415 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, get_rhte() argument
426 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) { get_rhte()
427 pr_debug("%s: Bad resource handle! (%d)\n", __func__, rhndl); get_rhte()
431 if (unlikely(ctxi->rht_lun[rhndl] != lli)) { get_rhte()
433 __func__, rhndl); get_rhte()
437 rhte = &ctxi->rht_start[rhndl]; get_rhte()
440 __func__, rhndl); get_rhte()
616 res_hndl_t rhndl = release->rsrc_handle; _cxlflash_disk_release() local
625 dev_dbg(dev, "%s: ctxid=%llu rhndl=0x%llx gli->mode=%u gli->users=%u\n", _cxlflash_disk_release()
640 rhte = get_rhte(ctxi, rhndl, lli); _cxlflash_disk_release()
643 __func__, rhndl); _cxlflash_disk_release()
684 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); _cxlflash_disk_release()
1777 res_hndl_t rhndl = verify->rsrc_handle; cxlflash_disk_verify() local
1782 dev_dbg(dev, "%s: ctxid=%llu rhndl=%016llX, hint=%016llX, " cxlflash_disk_verify()
1793 rhte = get_rhte(ctxi, rhndl, lli); cxlflash_disk_verify()
1796 __func__, rhndl); cxlflash_disk_verify()

Completed in 73 milliseconds