.\" 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 "E100INTR" "" "06 October 2005" "" ""
.SH NAME
e100intr \- interrupt handler
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
irqreturn_t e100intr (int \fIirq\fB, void * \fIdev_inst\fB, struct pt_regs * \fIregs\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIirq\fB\fR
the IRQ number
.TP
\fB\fIdev_inst\fB\fR
the net_device struct
.TP
\fB\fIregs\fB\fR
registers (unused)
.SH "DESCRIPTION"
.PP
This routine is the ISR for the e100 board. It services
the RX & TX queues & starts the RU if it has stopped due
to no resources.