gem5 v24.0.0.0
|
SCSI reply structure. More...
Public Member Functions | |
void | reset () |
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 386 of file ufs_device.hh.
|
inline |
Definition at line 388 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle().
uint8_t gem5::UFSHostDevice::SCSIReply::expectMore |
Definition at line 397 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
uint8_t gem5::UFSHostDevice::SCSIReply::LUN |
Definition at line 394 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
struct UPIUMessage gem5::UFSHostDevice::SCSIReply::message |
Definition at line 395 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
uint32_t gem5::UFSHostDevice::SCSIReply::msgSize |
Definition at line 393 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
uint64_t gem5::UFSHostDevice::SCSIReply::offset |
Definition at line 398 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
uint8_t gem5::UFSHostDevice::SCSIReply::senseCode[19] |
Definition at line 399 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
uint8_t gem5::UFSHostDevice::SCSIReply::senseSize |
Definition at line 396 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().
uint8_t gem5::UFSHostDevice::SCSIReply::status |
Definition at line 392 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and gem5::UFSHostDevice::SCSIResume().