S2IO_TASKLET

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

 

NAME

s2io_tasklet - Bottom half of the ISR.  

SYNOPSIS

"SYNOPSIS"

void s2io_tasklet (unsigned long dev_addr);  

ARGUMENTS

dev_addr
-- undescribed --
 

DESCRIPTION

This is the tasklet or the bottom half of the ISR. This is an extension of the ISR which is scheduled by the scheduler to be run when the load on the CPU is low. All low priority tasks of the ISR can be pushed into the tasklet. For now the tasklet is used only to replenish the Rx buffers in the Rx buffer descriptors.  

RETURN VALUE

void.


 

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