Searched refs:sdev_state (Results 1 – 1 of 1) sorted by relevance
290 enum scsi_device_state sdev_state; member597 return (sdev->sdev_state != SDEV_OFFLINE && in scsi_device_online()598 sdev->sdev_state != SDEV_TRANSPORT_OFFLINE && in scsi_device_online()599 sdev->sdev_state != SDEV_DEL); in scsi_device_online()603 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()604 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_blocked()608 return sdev->sdev_state == SDEV_CREATED || in scsi_device_created()609 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_created()
Completed in 5 milliseconds