.\" 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_TX_DONE" "" "06 October 2005" "" ""
.SH NAME
z8530_tx_done \- TX complete callback
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void z8530_tx_done (struct z8530_channel * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
The channel that completed a transmit.
.SH "DESCRIPTION"
.PP
This is called when we complete a packet send. We wake the queue,
start the next packet going and then free the buffer of the existing
packet. This code is fairly timing sensitive.
.PP
Called with the register lock held.