.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "Z8530_QUEUE_XMIT" "9" "09 October 2005" "" ""
.SH NAME
z8530_queue_xmit \- Queue a packet
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int z8530_queue_xmit (struct z8530_channel * \fIc\fB, struct sk_buff * \fIskb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
The channel to use
.TP
\fB\fIskb\fB\fR
The packet to kick down the channel
.SH "DESCRIPTION"
.PP
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.
.PP
Called from the network code. The lock is not held at this
point.