.\" 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 "RX_INTR_HANDLER" "9" "09 October 2005" "" "" .SH NAME rx_intr_handler \- Rx interrupt handler .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void rx_intr_handler (struct s2io_nic * \fInic\fB); \fR .SH "ARGUMENTS" .TP \fB\fInic\fB\fR device private variable. .SH "DESCRIPTION" .PP If the interrupt is because of a received frame or if the receive ring contains fresh as yet un-processed frames,this function is called. It picks out the RxD at which place the last Rx processing had stopped and sends the skb to the OSM's Rx handler and then increments the offset. .SH "RETURN VALUE" .PP NONE.