__dma_list_entry Struct Reference
[Offload API]
DMAListEntry : A structure that contains a
single entry of a DMA list.
More...
#include <spert.h>
|
Data Fields |
| unsigned int | size |
| | ( : 16 ) The size of the DMA transfer (actually three values (from MSB): notify:1, reserved:15, size:16)
|
| unsigned int | ea |
| | ( : 32 ) Effective address of the data (lower 32 bits only)
|
Detailed Description
DMAListEntry : A structure that contains a
single entry of a DMA list.
Definition at line 130 of file spert.h.
Field Documentation
( : 16 ) The size of the DMA transfer (actually three values (from MSB): notify:1, reserved:15, size:16)
Definition at line 133 of file spert.h.
( : 32 ) Effective address of the data (lower 32 bits only)
Definition at line 134 of file spert.h.
The documentation for this struct was generated from the following file: