Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_scan.c82 #define SCSI_SCAN_LUN_PRESENT 2 macro
1098 return SCSI_SCAN_LUN_PRESENT; in scsi_add_lun()
1179 return SCSI_SCAN_LUN_PRESENT; in scsi_probe_and_add_lun()
1262 if (res == SCSI_SCAN_LUN_PRESENT) { in scsi_probe_and_add_lun()
1272 if (res == SCSI_SCAN_LUN_PRESENT) { in scsi_probe_and_add_lun()
1368 NULL) != SCSI_SCAN_LUN_PRESENT) && in scsi_sequential_lun_scan()
1666 if (res == SCSI_SCAN_LUN_PRESENT || res == SCSI_SCAN_TARGET_PRESENT) { in __scsi_scan_target()