.TH "ei_interrupt" 9 "ei_interrupt" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME ei_interrupt \- handle the interrupts from an 8390 .SH SYNOPSIS .B "void" ei_interrupt .BI "(int " irq "," .BI "void *" dev_id "," .BI "struct pt_regs *" regs ");" .SH ARGUMENTS .IP "irq" 12 interrupt number .IP "dev_id" 12 a pointer to the net_device .IP "regs" 12 unused .SH "DESCRIPTION" 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 neccessary. We also update the counters and do other housekeeping as needed.