gem5
|
SCSI reply structure. More...
Public Attributes | |
uint8_t | status |
uint32_t | msgSize |
uint8_t | LUN |
struct UPIUMessage | message |
uint8_t | senseSize |
uint8_t | expectMore |
uint64_t | offset |
uint8_t | senseCode [19] |
SCSI reply structure.
In here is all the information that is needed to build a SCSI reply.
Definition at line 375 of file ufs_device.hh.
uint8_t UFSHostDevice::SCSIReply::expectMore |
Definition at line 381 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint8_t UFSHostDevice::SCSIReply::LUN |
Definition at line 378 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
struct UPIUMessage UFSHostDevice::SCSIReply::message |
Definition at line 379 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint32_t UFSHostDevice::SCSIReply::msgSize |
Definition at line 377 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint64_t UFSHostDevice::SCSIReply::offset |
Definition at line 382 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint8_t UFSHostDevice::SCSIReply::senseCode[19] |
Definition at line 383 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint8_t UFSHostDevice::SCSIReply::senseSize |
Definition at line 380 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint8_t UFSHostDevice::SCSIReply::status |
Definition at line 376 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().