.\" 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 "E100_TX_SRV" "" "06 October 2005" "" ""
.SH NAME
e100_tx_srv \- service TX queues
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void e100_tx_srv (struct e100_private * \fIbdp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbdp\fB\fR
atapter's private data struct
.SH "DESCRIPTION"
.PP
This routine services the TX queues. It reclaims the TCB's & TBD's & other
resources used during the transmit of this buffer. It is called from the ISR.
We don't need a tx_lock since we always access buffers which were already
prepared.