1Z8530_QUEUE_XMIT(9)        Public Functions Provided       Z8530_QUEUE_XMIT(9)
2
3
4

NAME

6       z8530_queue_xmit - Queue a packet
7

SYNOPSIS

9       netdev_tx_t z8530_queue_xmit(struct z8530_channel * c,
10                                    struct sk_buff * skb);
11

ARGUMENTS

13       c
14           The channel to use
15
16       skb
17           The packet to kick down the channel
18

DESCRIPTION

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

AUTHOR

27       Alan Cox <alan@lxorguk.ukuu.org.uk>
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019               Z8530_QUEUE_XMIT(9)
Impressum