Mass Storage Class Command Status Wrapper. More...
Data Fields | |
u32 | Signature |
u32 | Tag |
u32 | DataTransferResidue |
u8 | Status |
Mass Storage Class Command Status Wrapper.
Type define for a Command Status Wrapper, used in the Mass Storage Bulk-Only Transport protocol.
u32 MS_CommandStatusWrapper_t::Signature |
Status block signature, must be MS_CSW_SIGNATURE to indicate a valid Command Status.
u32 MS_CommandStatusWrapper_t::Tag |
Unique command ID value, to associate a command block wrapper with its command status wrapper.
u32 MS_CommandStatusWrapper_t::DataTransferResidue |
Number of bytes of data not processed in the SCSI command.
u8 MS_CommandStatusWrapper_t::Status |
Status code of the issued command - a value from the MS_CommandStatusCodes_t enum.