Home
last modified time | relevance | path

Searched refs:promote_lun_index (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/cxlflash/
Dcommon.h121 int promote_lun_index; member
Dvlun.c875 if ((cfg->promote_lun_index == cfg->last_lun_index[0]) || in init_luntable()
876 (cfg->promote_lun_index == cfg->last_lun_index[1])) { in init_luntable()
881 lind = lli->lun_index = cfg->promote_lun_index; in init_luntable()
884 cfg->promote_lun_index++; in init_luntable()
893 if (cfg->promote_lun_index == cfg->last_lun_index[chan]) { in init_luntable()
Dmain.c2401 cfg->promote_lun_index = 0; in cxlflash_probe()