1. NAME

z8530_queue_xmit - Queue a packet

2. SYNOPSIS

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

3. ARGUMENTS

c
    The channel to use

skb
    The packet to kick down the channel

4. DESCRIPTION

Queue a packet for transmission. Because we have rather hard to hit interrupt latencies for the Z85230 per packet even in DMA mode we do the flip to DMA buffer if needed here not in the IRQ.

Called from the network code. The lock is not held at this point.

5. AUTHOR

Alan Cox <>
    Author.

6. COPYRIGHT