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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_lib.c1207 case SDEV_BLOCK:
1943 case SDEV_BLOCK:
1965 case SDEV_BLOCK:
1972 case SDEV_BLOCK:
1988 case SDEV_BLOCK:
2099 * temporarily into the SDEV_BLOCK state
2109 * This routine transitions the device to the SDEV_BLOCK state
2122 err = scsi_device_set_state(sdev, SDEV_BLOCK);
2127 * The device has transitioned to SDEV_BLOCK. Stop the
H A Dscsi.c487 /* Check to see if the scsi lld put this device into state SDEV_BLOCK. */
488 if (unlikely(cmd->device->sdev_state == SDEV_BLOCK)) {
490 * in SDEV_BLOCK, the command is just put back on the device
H A Dscsi_sysfs.c33 { SDEV_BLOCK, "blocked" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_device.h44 SDEV_BLOCK, /* Device blocked by scsi lld. No scsi enumerator in enum:scsi_device_state

Completed in 46 milliseconds