Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_scsi.c32 static bool allow_lun_scan = true; variable
33 module_param(allow_lun_scan, bool, 0600);
34 MODULE_PARM_DESC(allow_lun_scan, "For NPIV, scan and attach all storage LUNs");
141 if (!unit && !(allow_lun_scan && npiv)) { in zfcp_scsi_slave_alloc()