.\" 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 "MC32_TX_RING" "" "06 October 2005" "" ""
.SH NAME
mc32_tx_ring \- process completed transmits
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mc32_tx_ring (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
3c527 that needs its transmit ring processing
.SH "DESCRIPTION"
.PP
.PP
This operates in a similar fashion to mc32_rx_ring. We iterate
over the transmit ring. For each descriptor which has been
processed by the card, we free its associated buffer and note
any errors. This continues until the transmit ring is emptied
or we reach a descriptor that hasn't yet been processed by the
card.