1Z8530_QUEUE_XMIT(9) Public Functions Provided Z8530_QUEUE_XMIT(9)
2
3
4
6 z8530_queue_xmit - Queue a packet
7
9 netdev_tx_t z8530_queue_xmit(struct z8530_channel * c,
10 struct sk_buff * skb);
11
13 c
14 The channel to use
15
16 skb
17 The packet to kick down the channel
18
20 Queue a packet for transmission. Because we have rather hard to hit
21 interrupt latencies for the Z85230 per packet even in DMA mode we do
22 the flip to DMA buffer if needed here not in the IRQ.
23
24 Called from the network code. The lock is not held at this point.
25
27 Alan Cox <alan@lxorguk.ukuu.org.uk>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 Z8530_QUEUE_XMIT(9)