.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "S2IO_TASKLET" "9" "09 October 2005" "" ""
.SH NAME
s2io_tasklet \- Bottom half of the ISR.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void s2io_tasklet (unsigned long \fIdev_addr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev_addr\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
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.
.SH "RETURN VALUE"
.PP
void.