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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Ddma.c43 static struct ll_pool { struct
48 } ll_pool; variable in typeref:struct:ll_pool
58 if (ll_pool.count > 4) { /* can give one more */
59 ll = *(struct pnx4008_dma_ll **) ll_pool.cur;
60 *ll_dma = ll_pool.dma_addr + ((void *)ll - ll_pool.vaddr);
61 *(void **)ll_pool.cur = **(void ***)ll_pool.cur;
63 ll_pool.count--;
77 if ((unsigned long)((long)ll - (long)ll_pool
[all...]

Completed in 89 milliseconds