gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
DMARequest Struct Reference

#include <DMASequencer.hh>

Public Member Functions

 DMARequest (uint64_t start_paddr, int len, bool write, int bytes_completed, int bytes_issued, uint8_t *data, PacketPtr pkt)
 

Public Attributes

uint64_t start_paddr
 
int len
 
bool write
 
int bytes_completed
 
int bytes_issued
 
uint8_t * data
 
PacketPtr pkt
 

Detailed Description

Definition at line 42 of file DMASequencer.hh.

Constructor & Destructor Documentation

DMARequest::DMARequest ( uint64_t  start_paddr,
int  len,
bool  write,
int  bytes_completed,
int  bytes_issued,
uint8_t *  data,
PacketPtr  pkt 
)

Definition at line 39 of file DMASequencer.cc.

Member Data Documentation

int DMARequest::bytes_completed

Definition at line 50 of file DMASequencer.hh.

int DMARequest::bytes_issued

Definition at line 51 of file DMASequencer.hh.

Referenced by DMASequencer::makeRequest().

uint8_t* DMARequest::data

Definition at line 52 of file DMASequencer.hh.

Referenced by DMASequencer::makeRequest().

int DMARequest::len

Definition at line 48 of file DMASequencer.hh.

PacketPtr DMARequest::pkt

Definition at line 53 of file DMASequencer.hh.

uint64_t DMARequest::start_paddr

Definition at line 47 of file DMASequencer.hh.

bool DMARequest::write

Definition at line 49 of file DMASequencer.hh.


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

Generated on Fri Jun 9 2017 13:04:07 for gem5 by doxygen 1.8.6