gem5
v20.1.0.0
|
UPIU tranfer message. More...
Public Attributes | |
struct UTPUPIUHeader | header |
uint32_t | dataOffset |
uint32_t | dataCount |
std::vector< uint32_t > | dataMsg |
UPIU tranfer message.
Definition at line 324 of file ufs_device.hh.
uint32_t UFSHostDevice::UPIUMessage::dataCount |
Definition at line 327 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle().
std::vector<uint32_t> UFSHostDevice::UPIUMessage::dataMsg |
Definition at line 328 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle(), and UFSHostDevice::SCSIResume().
uint32_t UFSHostDevice::UPIUMessage::dataOffset |
Definition at line 326 of file ufs_device.hh.
struct UTPUPIUHeader UFSHostDevice::UPIUMessage::header |
Definition at line 325 of file ufs_device.hh.
Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle().