Searched refs:scsi_scan_type (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.c98 static char scsi_scan_type[6] = SCSI_SCAN_TYPE_DEFAULT; variable
100 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), S_IRUGO);
1433 if (strncmp(scsi_scan_type, "none", 4) == 0)
1553 if (strncmp(scsi_scan_type, "none", 4) == 0)
1641 if (strncmp(scsi_scan_type, "sync", 4) == 0)
1745 if (strncmp(scsi_scan_type, "none", 4) == 0)

Completed in 97 milliseconds