Searched refs:dma_chan_tbl_ent (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 Ddmaengine.c278 * dma_chan_tbl_ent - tracks channel allocations per core/operation
281 struct dma_chan_tbl_ent { struct
288 static struct dma_chan_tbl_ent __percpu *channel_table[DMA_TX_TYPE_END];
306 channel_table[cap] = alloc_percpu(struct dma_chan_tbl_ent);

Completed in 187 milliseconds