gem5
v20.1.0.0
|
Disk transfer burst information. More...
Public Attributes | |
Addr | start |
uint64_t | SCSIDiskOffset |
uint32_t | size |
uint32_t | LUN |
Disk transfer burst information.
Needed to allow communication between the disk transactions and dma transactions.
Definition at line 488 of file ufs_device.hh.
uint32_t UFSHostDevice::writeToDiskBurst::LUN |
Definition at line 492 of file ufs_device.hh.
Referenced by UFSHostDevice::manageWriteTransfer().
uint64_t UFSHostDevice::writeToDiskBurst::SCSIDiskOffset |
Definition at line 490 of file ufs_device.hh.
Referenced by UFSHostDevice::manageWriteTransfer().
uint32_t UFSHostDevice::writeToDiskBurst::size |
Definition at line 491 of file ufs_device.hh.
Referenced by UFSHostDevice::manageWriteTransfer().
Addr UFSHostDevice::writeToDiskBurst::start |
Definition at line 489 of file ufs_device.hh.
Referenced by UFSHostDevice::manageWriteTransfer().