Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi.c791 if (sdev->sdev_state == SDEV_DEL || sdev->sdev_state == SDEV_CANCEL) in scsi_device_get()
924 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup_by_target()
982 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup()
H A Dscsi_dh.c267 sdev->sdev_state == SDEV_DEL) in scsi_dh_activate()
/linux/include/scsi/
H A Dscsi_device.h46 SDEV_DEL, /* device deleted enumerator
626 sdev->sdev_state != SDEV_DEL); in scsi_device_online()