Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fsl_dma_link_descriptor Struct Reference

#include <fsl_dma.h>

Data Fields

__be32 source_attr
 
__be32 source_addr
 
__be32 dest_attr
 
__be32 dest_addr
 
__be64 next
 
__be32 count
 
u8 res [4]
 

Detailed Description

Link Descriptor for basic and extended chaining mode DMA operations.

A Link Descriptor points to a single DMA buffer. Each link descriptor must be aligned on a 32-byte boundary.

Definition at line 119 of file fsl_dma.h.

Field Documentation

__be32 count

Definition at line 125 of file fsl_dma.h.

__be32 dest_addr

Definition at line 123 of file fsl_dma.h.

__be32 dest_attr

Definition at line 122 of file fsl_dma.h.

__be64 next

Definition at line 124 of file fsl_dma.h.

u8 res[4]

Definition at line 126 of file fsl_dma.h.

__be32 source_addr

Definition at line 121 of file fsl_dma.h.

__be32 source_attr

Definition at line 120 of file fsl_dma.h.


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