1Z8530_RX_DONE(9) Internal Functions Z8530_RX_DONE(9)
2
3
4
6 z8530_rx_done - Receive completion callback
7
9 void z8530_rx_done(struct z8530_channel * c);
10
12 c
13 The channel that completed a receive
14
16 A new packet is complete. Our goal here is to get back into receive
17 mode as fast as possible. On the Z85230 we could change to using ESCC
18 mode, but on the older chips we have no choice. We flip to the new
19 buffer immediately in DMA mode so that the DMA of the next frame can
20 occur while we are copying the previous buffer to an sk_buff
21
22 Called with the lock held
23
25 Alan Cox <alan@lxorguk.ukuu.org.uk>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 Z8530_RX_DONE(9)