.\" 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 "AX_INTERRUPT" "" "06 October 2005" "" ""
.SH NAME
ax_interrupt \- handle the interrupts from an 8390
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
irqreturn_t ax_interrupt (int \fIirq\fB, void * \fIdev_id\fB, struct pt_regs * \fIregs\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIirq\fB\fR
interrupt number
.TP
\fB\fIdev_id\fB\fR
a pointer to the net_device
.TP
\fB\fIregs\fB\fR
unused
.SH "DESCRIPTION"
.PP
Handle the ether interface interrupts. We pull packets from
the 8390 via the card specific functions and fire them at the networking
stack. We also handle transmit completions and wake the transmit path if
necessary. We also update the counters and do other housekeeping as
needed.