Home
last modified time | relevance | path

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

/drivers/scsi/
Dscsi_scan.c88 static u64 max_scsi_luns = MAX_SCSI_LUNS; variable
90 module_param_named(max_luns, max_scsi_luns, ullong, S_IRUGO|S_IWUSR);
1227 max_dev_lun = min(max_scsi_luns, shost->max_lun); in scsi_sequential_lun_scan()