.\" 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 "EI_START_XMIT" "" "06 October 2005" "" ""
.SH NAME
ei_start_xmit \- begin packet transmission
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ei_start_xmit (struct sk_buff * \fIskb\fB, struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
packet to be sent
.TP
\fB\fIdev\fB\fR
network device to which packet is sent
.SH "DESCRIPTION"
.PP
Sends a packet to an 8390 network device.