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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_device.h45 SDEV_BLOCK, /* Device blocked by scsi lld. No enumerator in enum:scsi_device_state
420 return sdev->sdev_state == SDEV_BLOCK ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_lib.c1154 case SDEV_BLOCK:
2047 case SDEV_BLOCK:
2069 case SDEV_BLOCK:
2076 case SDEV_BLOCK:
2101 case SDEV_BLOCK:
2343 * scsi_internal_device_block - internal function to put a device temporarily into the SDEV_BLOCK state
2353 * This routine transitions the device to the SDEV_BLOCK state
2366 err = scsi_device_set_state(sdev, SDEV_BLOCK);
2375 * The device has transitioned to SDEV_BLOCK. Stop the
2413 if (sdev->sdev_state == SDEV_BLOCK)
[all...]
H A Dscsi_sysfs.c38 { SDEV_BLOCK, "blocked" },
H A Dscsi_scan.c861 ret = scsi_device_set_state(sdev, SDEV_BLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptsas.c1084 scsi_device_set_state(sdev, SDEV_BLOCK);

Completed in 367 milliseconds