Searched refs:pre_alloc_lli (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c64 * @base: Pointer to memory area when the pre_alloc_lli's are not large
66 * pre_alloc_lli is used.
67 * @size: The size in bytes of the memory at base or the size of pre_alloc_lli.
68 * @pre_alloc_lli: Pre allocated area for the most common case of transfers,
75 u8 pre_alloc_lli[3 * sizeof(struct d40_phy_lli)]; member in struct:d40_lli_pool
82 * points into the lli_pool, to base if lli_len > 1 or to pre_alloc_lli if
320 base = d40d->lli_pool.pre_alloc_lli;
321 d40d->lli_pool.size = sizeof(d40d->lli_pool.pre_alloc_lli);

Completed in 108 milliseconds