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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_scan.c100 static char scsi_scan_type[6] = SCSI_SCAN_TYPE_DEFAULT; variable
102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), S_IRUGO);
1461 if (strncmp(scsi_scan_type, "none", 4) == 0)
1586 if (strncmp(scsi_scan_type, "none", 4) == 0)
1679 if (strncmp(scsi_scan_type, "sync", 4) == 0)
1802 if (strncmp(scsi_scan_type, "none", 4) == 0)

Completed in 85 milliseconds