Home
last modified time | relevance | path

Searched refs:lun_index (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/scsi/cxlflash/
Dsuperpipe.h56 u32 lun_index; /* Index in the LUN table */ member
Dvlun.c378 blka->ba_lun.lun_id = lli->lun_index; in init_vlun()
575 (lli->lun_index << LXT_LUNIDX_SHIFT) | in grow_lxt()
846 lind = lli->lun_index; in cxlflash_restore_luntable()
922 lind = lli->lun_index = cfg->promote_lun_index; in init_luntable()
946 lind = lli->lun_index = cfg->last_lun_index[chan]; in init_luntable()
/linux-6.6.21/drivers/target/
Dtarget_core_stat.c890 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->se_lun->lun_index); in target_stat_auth_dev_show()
1229 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->se_lun->lun_index); in target_stat_iport_dev_show()
Dtarget_core_tpg.c653 lun->lun_index = dev->dev_index; in core_tpg_add_lun()
/linux-6.6.21/include/target/
Dtarget_core_base.h741 u32 lun_index; member
/linux-6.6.21/drivers/scsi/
Dscsi_debug.c7512 u64 lun_index = sdp->lun & 0x3FFF; in scsi_debug_queuecommand() local
7546 if (unlikely(lun_index >= sdebug_max_luns && !has_wlun_rl)) in scsi_debug_queuecommand()