Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_scan.c74 * SCSI_SCAN_TARGET_PRESENT: target responded, but no device is available
81 #define SCSI_SCAN_TARGET_PRESENT 1 macro
727 * device is attached at LUN 0 (SCSI_SCAN_TARGET_PRESENT) so in scsi_probe_lun()
1039 * - SCSI_SCAN_TARGET_PRESENT: target responded, but no device is
1123 res = SCSI_SCAN_TARGET_PRESENT; in scsi_probe_and_add_lun()
1152 res = SCSI_SCAN_TARGET_PRESENT; in scsi_probe_and_add_lun()
1562 if (res == SCSI_SCAN_LUN_PRESENT || res == SCSI_SCAN_TARGET_PRESENT) { in __scsi_scan_target()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_scan.c74 * SCSI_SCAN_TARGET_PRESENT: target responded, but no device is available
81 #define SCSI_SCAN_TARGET_PRESENT 1 macro
822 * device is attached at LUN 0 (SCSI_SCAN_TARGET_PRESENT) so in scsi_probe_lun()
1150 * - SCSI_SCAN_TARGET_PRESENT: target responded, but no device is
1233 res = SCSI_SCAN_TARGET_PRESENT; in scsi_probe_and_add_lun()
1262 res = SCSI_SCAN_TARGET_PRESENT; in scsi_probe_and_add_lun()
1694 if (res == SCSI_SCAN_LUN_PRESENT || res == SCSI_SCAN_TARGET_PRESENT) { in __scsi_scan_target()

Completed in 5 milliseconds