.\" 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_FLUSH_TX_RING" "9" "09 October 2005" "" ""
.SH NAME
mc32_flush_tx_ring \- free transmit ring
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mc32_flush_tx_ring (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
If the ring is non-empty, zip over the it, freeing any
allocated skb_buffs. The tx ring house-keeping variables are
then reset. Requires rx skb pointers to point to a valid skb,
or NULL.