Searched refs:sdev_state (Results 1 – 1 of 1) sorted by relevance
246 enum scsi_device_state sdev_state; member516 return (sdev->sdev_state != SDEV_OFFLINE && in scsi_device_online()517 sdev->sdev_state != SDEV_TRANSPORT_OFFLINE && in scsi_device_online()518 sdev->sdev_state != SDEV_DEL); in scsi_device_online()522 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()523 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_blocked()527 return sdev->sdev_state == SDEV_CREATED || in scsi_device_created()528 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_created()