Z8530_QUEUE_XMIT

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

z8530_queue_xmit - Queue a packet  

SYNOPSIS

int 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.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:51:21 GMT, April 09, 2004