Searched refs:sdev_state (Results 1 – 1 of 1) sorted by relevance
253 enum scsi_device_state sdev_state; member515 return (sdev->sdev_state != SDEV_OFFLINE && in scsi_device_online()516 sdev->sdev_state != SDEV_TRANSPORT_OFFLINE && in scsi_device_online()517 sdev->sdev_state != SDEV_DEL); in scsi_device_online()521 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()522 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_blocked()526 return sdev->sdev_state == SDEV_CREATED || in scsi_device_created()527 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_created()