S2IO_POLL

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

 

NAME

s2io_poll - Rx interrupt handler for NAPI support  

SYNOPSIS

"SYNOPSIS"

int s2io_poll (struct net_device * dev, int * budget);  

ARGUMENTS

dev
pointer to the device structure.
budget
The number of packets that were budgeted to be processed during one pass through the 'Poll" function.
 

DESCRIPTION

Comes into picture only if NAPI support has been incorporated. It does the same thing that rx_intr_handler does, but not in a interrupt context also It will process only a given number of packets.  

RETURN VALUE

0 on success and 1 if there are No Rx packets to be processed.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUE

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