Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Dscsi_scan.c100 static char scsi_scan_type[7] = SCSI_SCAN_TYPE_DEFAULT; variable
102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type),
135 if (strncmp(scsi_scan_type, "async", 5) != 0) in scsi_enable_async_suspend()
1579 if (strncmp(scsi_scan_type, "none", 4) == 0) in __scsi_add_device()
1738 if (strncmp(scsi_scan_type, "none", 4) == 0) in scsi_scan_target()
1742 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_target()
1852 if (strncmp(scsi_scan_type, "sync", 4) == 0) in scsi_prep_async_scan()
1971 if (strncmp(scsi_scan_type, "none", 4) == 0 || in scsi_scan_host()
1972 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_host()