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

Data Fields

voidbase
 
int size
 
dma_addr_t dma_addr
 
u8 pre_alloc_lli [3 *sizeof(struct d40_phy_lli)]
 

Detailed Description

struct d40_lli_pool - Structure for keeping LLIs in memory

: Pointer to memory area when the pre_alloc_lli's are not large enough, IE bigger than the most common case, 1 dst and 1 src. NULL if pre_alloc_lli is used. : DMA address, if mapped : The size in bytes of the memory at base or the size of pre_alloc_lli. : Pre allocated area for the most common case of transfers, one buffer to one buffer.

Definition at line 148 of file ste_dma40.c.

Field Documentation

void* base

Definition at line 149 of file ste_dma40.c.

dma_addr_t dma_addr

Definition at line 151 of file ste_dma40.c.

u8 pre_alloc_lli[3 *sizeof(struct d40_phy_lli)]

Definition at line 153 of file ste_dma40.c.

int size

Definition at line 150 of file ste_dma40.c.


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