Searched refs:sdev_state (Results 1 – 1 of 1) sorted by relevance
283 enum scsi_device_state sdev_state; member596 return (sdev->sdev_state != SDEV_OFFLINE && in scsi_device_online()597 sdev->sdev_state != SDEV_TRANSPORT_OFFLINE && in scsi_device_online()598 sdev->sdev_state != SDEV_DEL); in scsi_device_online()602 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()603 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_blocked()607 return sdev->sdev_state == SDEV_CREATED || in scsi_device_created()608 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_created()