Searched refs:max_scsi_report_luns (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_scan.c104 * max_scsi_report_luns: the maximum number of LUNS that will be
110 static unsigned int max_scsi_report_luns = 511; variable
112 module_param_named(max_report_luns, max_scsi_report_luns, int, S_IRUGO|S_IWUSR);
1285 length = (max_scsi_report_luns + 1) * sizeof(struct scsi_lun);
1357 if (num_luns > max_scsi_report_luns) {
1358 printk(KERN_WARNING "scsi: On %s only %d (max_scsi_report_luns)"
1360 " max_scsi_report_luns.\n", devname,
1361 max_scsi_report_luns, num_luns);
1362 num_luns = max_scsi_report_luns;

Completed in 43 milliseconds