Home
last modified time | relevance | path

Searched refs:SDEV_BLOCK (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c1231 case SDEV_BLOCK: in scsi_device_state_check()
2251 case SDEV_BLOCK: in scsi_device_set_state()
2275 case SDEV_BLOCK: in scsi_device_set_state()
2282 case SDEV_BLOCK: in scsi_device_set_state()
2323 case SDEV_BLOCK: in scsi_device_set_state()
2628 if (scsi_device_set_state(sdev, SDEV_BLOCK)) in __scsi_internal_device_block_nowait()
2669 * scsi_internal_device_block_nowait - try to transition to the SDEV_BLOCK state
2677 * This routine transitions the device to the SDEV_BLOCK state (which must be
2679 * is paused until the device leaves the SDEV_BLOCK state. See also
2687 * The device has transitioned to SDEV_BLOCK in scsi_internal_device_block_nowait()
[all...]
H A Dscsi_error.c1081 while (sdev->sdev_state == SDEV_BLOCK && timeleft > 0) { in scsi_send_eh_cmnd()
1085 SDEV_BLOCK)); in scsi_send_eh_cmnd()
1091 if (sdev->sdev_state != SDEV_BLOCK) in scsi_send_eh_cmnd()
H A Dscsi_scan.c933 ret = scsi_device_set_state(sdev, SDEV_BLOCK); in scsi_add_lun()
H A Dscsi_sysfs.c42 { SDEV_BLOCK, "blocked" },
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c1223 case SDEV_BLOCK: in scsi_device_state_check()
2346 case SDEV_BLOCK: in scsi_device_set_state()
2370 case SDEV_BLOCK: in scsi_device_set_state()
2377 case SDEV_BLOCK: in scsi_device_set_state()
2418 case SDEV_BLOCK: in scsi_device_set_state()
2723 if (scsi_device_set_state(sdev, SDEV_BLOCK)) in __scsi_internal_device_block_nowait()
2748 * scsi_internal_device_block_nowait - try to transition to the SDEV_BLOCK state
2756 * This routine transitions the device to the SDEV_BLOCK state (which must be
2758 * is paused until the device leaves the SDEV_BLOCK state. See also
2766 * The device has transitioned to SDEV_BLOCK in scsi_internal_device_block_nowait()
[all...]
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" },
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h51 SDEV_BLOCK, /* Device blocked by scsi lld. No enumerator
507 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h53 SDEV_BLOCK, /* Device blocked by scsi lld. No enumerator
547 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptsas.c1088 scsi_device_set_state(sdev, SDEV_BLOCK); in mptsas_block_io_sdev()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptsas.c1114 scsi_device_set_state(sdev, SDEV_BLOCK); in mptsas_block_io_sdev()

Completed in 36 milliseconds