/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | vlun.c | 488 * @rhndl: Resource handle associated with the RHTE. 503 res_hndl_t rhndl, in grow_lxt() 594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 611 * @rhndl: Resource handle associated with the RHTE. 620 res_hndl_t rhndl, in shrink_lxt() 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 757 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu req_size=%llu new_size=%llu\n", in _cxlflash_vlun_resize() 781 rhte = get_rhte(ctxi, rhndl, ll in _cxlflash_vlun_resize() 500 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 618 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 1091 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 [all...] |
H A D | superpipe.c | 430 * @rhndl: Resource handle associated with entry. 435 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() argument 448 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) { in get_rhte() 449 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n", in get_rhte() 450 __func__, rhndl); in get_rhte() 454 if (unlikely(ctxi->rht_lun[rhndl] != lli)) { in get_rhte() 455 dev_dbg(dev, "%s: Bad resource handle LUN rhndl=%d\n", in get_rhte() 456 __func__, rhndl); in get_rhte() 460 rhte = &ctxi->rht_start[rhndl]; in get_rhte() 462 dev_dbg(dev, "%s: Unopened resource handle rhndl in get_rhte() 641 res_hndl_t rhndl = release->rsrc_handle; _cxlflash_disk_release() local 1845 res_hndl_t rhndl = verify->rsrc_handle; cxlflash_disk_verify() local [all...] |
H A D | superpipe.h | 139 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl,
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | vlun.c | 488 * @rhndl: Resource handle associated with the RHTE. 503 res_hndl_t rhndl, in grow_lxt() 594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 611 * @rhndl: Resource handle associated with the RHTE. 620 res_hndl_t rhndl, in shrink_lxt() 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 757 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu req_size=%llu new_size=%llu\n", in _cxlflash_vlun_resize() 781 rhte = get_rhte(ctxi, rhndl, ll in _cxlflash_vlun_resize() 500 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 618 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 1091 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 [all...] |
H A D | superpipe.c | 431 * @rhndl: Resource handle associated with entry. 436 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() argument 449 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) { in get_rhte() 450 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n", in get_rhte() 451 __func__, rhndl); in get_rhte() 455 if (unlikely(ctxi->rht_lun[rhndl] != lli)) { in get_rhte() 456 dev_dbg(dev, "%s: Bad resource handle LUN rhndl=%d\n", in get_rhte() 457 __func__, rhndl); in get_rhte() 461 rhte = &ctxi->rht_start[rhndl]; in get_rhte() 463 dev_dbg(dev, "%s: Unopened resource handle rhndl in get_rhte() 642 res_hndl_t rhndl = release->rsrc_handle; _cxlflash_disk_release() local 1846 res_hndl_t rhndl = verify->rsrc_handle; cxlflash_disk_verify() local [all...] |
H A D | superpipe.h | 139 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl,
|