1Z8530_DMA_RX(9) Internal Functions Z8530_DMA_RX(9)
2
3
4
6 z8530_dma_rx - Handle a DMA RX event
7
9 void z8530_dma_rx(struct z8530_channel * chan);
10
12 chan
13 Channel to handle
14
16 Non bus mastering DMA interfaces for the Z8x30 devices. This is really
17 pretty PC specific. The DMA mode means that most receive events are
18 handled by the DMA hardware. We get a kick here only if a frame ended.
19
21 Alan Cox <alan@lxorguk.ukuu.org.uk>
22 Author.
23
25Kernel Hackers Manual 3.10 June 2019 Z8530_DMA_RX(9)