Rechercher une page de manuel
z8530_queue_xmit
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
z8530_queue_xmit - Queue a packetSYNOPSIS
- netdev_tx_t z8530_queue_xmit(struct z8530_channel * c, struct sk_buff * skb);
ARGUMENTS
c
- The channel to use
skb
- The packet to kick down the channel
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.
AUTHOR
Alan Cox <alan@lxorguk.ukuu.org.uk>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre