1Z8530_TX_DONE(9) Internal Functions Z8530_TX_DONE(9)
2
3
4
6 z8530_tx_done - TX complete callback
7
9 void z8530_tx_done(struct z8530_channel * c);
10
12 c
13 The channel that completed a transmit.
14
16 This is called when we complete a packet send. We wake the queue, start
17 the next packet going and then free the buffer of the existing packet.
18 This code is fairly timing sensitive.
19
20 Called with the register lock held.
21
23 Alan Cox <alan@lxorguk.ukuu.org.uk>
24 Author.
25
27Kernel Hackers Manual 2.6. June 2019 Z8530_TX_DONE(9)