Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_device.h54 SDEV_BLOCK, /* Device blocked by scsi lld. No enumerator
630 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()
/linux/drivers/scsi/
H A Dscsi_error.c1241 while (sdev->sdev_state == SDEV_BLOCK && timeleft > 0) { in scsi_send_eh_cmnd()
1245 SDEV_BLOCK)); in scsi_send_eh_cmnd()
1251 if (sdev->sdev_state != SDEV_BLOCK) in scsi_send_eh_cmnd()
/linux/drivers/message/fusion/
H A Dmptsas.c1113 scsi_device_set_state(sdev, SDEV_BLOCK); in mptsas_block_io_sdev()