Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_device.h53 SDEV_BLOCK, /* Device blocked by scsi lld. No enumerator
546 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c1228 case SDEV_BLOCK: in scsi_device_state_check()
2351 case SDEV_BLOCK: in scsi_device_set_state()
2375 case SDEV_BLOCK: in scsi_device_set_state()
2382 case SDEV_BLOCK: in scsi_device_set_state()
2423 case SDEV_BLOCK: in scsi_device_set_state()
2728 if (scsi_device_set_state(sdev, SDEV_BLOCK)) in __scsi_internal_device_block_nowait()
2849 case SDEV_BLOCK: in scsi_internal_device_unblock_nowait()
H A Dscsi_error.c1164 while (sdev->sdev_state == SDEV_BLOCK && timeleft > 0) { in scsi_send_eh_cmnd()
1168 SDEV_BLOCK)); in scsi_send_eh_cmnd()
1174 if (sdev->sdev_state != SDEV_BLOCK) in scsi_send_eh_cmnd()
H A Dscsi_scan.c1028 ret = scsi_device_set_state(sdev, SDEV_BLOCK); in scsi_add_lun()
H A Dscsi_sysfs.c43 { SDEV_BLOCK, "blocked" },
/openbmc/linux/drivers/message/fusion/
H A Dmptsas.c1114 scsi_device_set_state(sdev, SDEV_BLOCK); in mptsas_block_io_sdev()