.\" 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 "SIS900_FINISH_XMIT" "" "06 October 2005" "" ""
.SH NAME
sis900_finish_xmit \- finish up transmission of packets
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sis900_finish_xmit (struct net_device * \fInet_dev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInet_dev\fB\fR
the net device to be transmitted on
.SH "DESCRIPTION"
.PP
Check for error condition and free socket buffer etc
schedule for more transmission as needed
.SH "NOTE"
.PP
This fucntion is called by interrupt handler,
don't do ``too much'' work here