.\" 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 "EL_RECEIVE" "9" "09 October 2005" "" ""
.SH NAME
el_receive \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void el_receive (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
Device to pull the packets from
.SH "DESCRIPTION"
.PP
We have a good packet. Well, not really ``good'', just mostly not broken.
We must check everything to see if it is good. In particular we occasionally
get wild packet sizes from the card. If the packet seems sane we PIO it
off the card and queue it for the protocol layers.