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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dcosa.c158 char *bouncebuf; member in struct:cosa_data
422 kfree(cosa->bouncebuf);
549 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL|GFP_DMA);
550 if (!cosa->bouncebuf) {
608 kfree(cosa->bouncebuf);
729 * the cosa->bouncebuf pre-allocated.
1698 memcpy(cosa->bouncebuf, cosa->chan[cosa->txchan].txbuf,
1700 cosa->txbuf = cosa->bouncebuf;
1839 cosa->rxbuf = cosa->bouncebuf;
1850 set_dma_addr(cosa->dma, virt_to_bus(cosa->bouncebuf));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dcosa.c158 char *bouncebuf; member in struct:cosa_data
422 kfree(cosa->bouncebuf);
549 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL|GFP_DMA);
550 if (!cosa->bouncebuf) {
608 kfree(cosa->bouncebuf);
729 * the cosa->bouncebuf pre-allocated.
1698 memcpy(cosa->bouncebuf, cosa->chan[cosa->txchan].txbuf,
1700 cosa->txbuf = cosa->bouncebuf;
1839 cosa->rxbuf = cosa->bouncebuf;
1850 set_dma_addr(cosa->dma, virt_to_bus(cosa->bouncebuf));
[all...]

Completed in 120 milliseconds