ei_interrupt

Name

ei_interrupt --  handle the interrupts from an 8390

Synopsis

void ei_interrupt (int irq, void * dev_id, struct pt_regs * regs);

Arguments

irq

interrupt number

dev_id

a pointer to the net_device

regs

unused

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.