Unit SCSI

From Ultibo.org
Revision as of 00:32, 29 November 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


The SCSI interface unit is device non specific in that it implements only the SCSI protocol.

Actual command transfer is performed by a device specific driver that implements the exact semantics of the device. eg USB Mass Storage devices use the SCSI protocol, the SCSI interface implements the protocol behaviour but the actual command transfer is handled by the USB storage driver.

Constants



[Expand]
SCSI specific constants SCSI_*


[Expand]
SCSI device type constants SCSI_TYPE_*


[Expand]
SCSI device state constants SCSI_STATE_*


[Expand]
SCSI device flag constants SCSI_FLAG_*


[Expand]
SCSI protocol message constants SCSI_MESSAGE_*


[Expand]
SCSI protocol status constants SCSI_STATUS_*


[Expand]
SCSI protocol sense key constants SCSI_SENSE_*


[Expand]
SCSI protocol additional sense code constants SCSI_ASC_*


[Expand]
SCSI protocol additional sense code qualifier constants SCSI_ASCQ_*


[Expand]
SCSI protocol command constants SCSI_COMMAND_*


[Expand]
SCSI command data constants SCSI_COMMAND_MAX_*


[Expand]
SCSI service action constants SCSI_SAI_*


[Expand]
SCSI inquiry data constants SCSI_INQUIRY_*


[Expand]
SCSI standard inquiry data constants SCSI_STANDARD_INQUIRY_*


[Expand]
SCSI inquiry peripheral device type constants SCSI_DEVICE_TYPE_*


[Expand]
SCSI inquiry removable media bit constants SCSI_REMOVABLE_MEDIA_*


[Expand]
SCSI request sense data constants SCSI_REQUEST_SENSE_*


[Expand]
SCSI read capacity data constants SCSI_READ_CAPACITY_*


[Expand]
SCSI read 10 data constants SCSI_READ_10_*


[Expand]
SCSI write 10 data constants SCSI_WRITE_10_*


[Expand]
SCSI logging constants SCSI_LOG_*


Type definitions


To be documented

Public variables


To be documented

Function declarations


To be documented


Return to Unit Reference