Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.h60 u32 lun_index; /* Index in the LUN table */ member
Dvlun.c382 blka->ba_lun.lun_id = lli->lun_index; in init_vlun()
579 (lli->lun_index << LXT_LUNIDX_SHIFT) | in grow_lxt()
850 lind = lli->lun_index; in cxlflash_restore_luntable()
926 lind = lli->lun_index = cfg->promote_lun_index; in init_luntable()
950 lind = lli->lun_index = cfg->last_lun_index[chan]; in init_luntable()
/Linux-v4.19/drivers/target/
Dtarget_core_tpg.c619 lun->lun_index = dev->dev_index; in core_tpg_add_lun()
Dtarget_core_stat.c925 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_index); in target_stat_auth_dev_show()
1265 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_index); in target_stat_iport_dev_show()
/Linux-v4.19/include/target/
Dtarget_core_base.h710 u32 lun_index; member