EI_INTERRUPT

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

ei_interrupt - handle the interrupts from an 8390  

SYNOPSIS

irqreturn_t 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 necessary. We also update the counters and do other housekeeping as needed.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:24 GMT, April 09, 2004