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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dcppi_dma.h76 struct cppi_channel { struct
120 struct cppi_channel tx[4];
121 struct cppi_channel rx[4];
H A Dcppi_dma.c58 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c)
68 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd)
107 static void __init cppi_pool_init(struct cppi *cppi, struct cppi_channel *c)
133 static void cppi_pool_free(struct cppi_channel *c)
181 struct cppi_channel *tx_ch = controller->tx + i;
191 struct cppi_channel *rx_ch = controller->rx + i;
289 struct cppi_channel *cppi_ch;
333 struct cppi_channel *c;
338 c = container_of(channel, struct cppi_channel, channel);
352 cppi_dump_rx(int level, struct cppi_channel *
[all...]

Completed in 103 milliseconds