S2IO_ISR

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

s2io_isr - ISR handler of the device .  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

irq
the irq of the device.
dev_id
a void pointer to the dev structure of the NIC.
regs
-- undescribed --
 

DESCRIPTION

This function is the ISR handler of the device. It identifies the reason for the interrupt and calls the relevant service routines. As a contongency measure, this ISR allocates the recv buffers, if their numbers are below the panic value which is presently set to 25% of the original number of rcv buffers allocated.  

IRQ_HANDLED

will be returned if IRQ was handled by this routine  

IRQ_NONE

will be returned if interrupt is not from our device


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
IRQ_HANDLED
IRQ_NONE

This document was created by man2html, using the manual pages.
Time: 00:02:43 GMT, October 09, 2005