gem5  v20.1.0.0
Public Attributes | List of all members
UFSHostDevice::writeToDiskBurst Struct Reference

Disk transfer burst information. More...

Public Attributes

Addr start
 
uint64_t SCSIDiskOffset
 
uint32_t size
 
uint32_t LUN
 

Detailed Description

Disk transfer burst information.

Needed to allow communication between the disk transactions and dma transactions.

Definition at line 488 of file ufs_device.hh.

Member Data Documentation

◆ LUN

uint32_t UFSHostDevice::writeToDiskBurst::LUN

Definition at line 492 of file ufs_device.hh.

Referenced by UFSHostDevice::manageWriteTransfer().

◆ SCSIDiskOffset

uint64_t UFSHostDevice::writeToDiskBurst::SCSIDiskOffset

Definition at line 490 of file ufs_device.hh.

Referenced by UFSHostDevice::manageWriteTransfer().

◆ size

uint32_t UFSHostDevice::writeToDiskBurst::size

Definition at line 491 of file ufs_device.hh.

Referenced by UFSHostDevice::manageWriteTransfer().

◆ start

Addr UFSHostDevice::writeToDiskBurst::start

Definition at line 489 of file ufs_device.hh.

Referenced by UFSHostDevice::manageWriteTransfer().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:33 for gem5 by doxygen 1.8.17