RX_INTR_HANDLER

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

 

NAME

rx_intr_handler - Rx interrupt handler  

SYNOPSIS

"SYNOPSIS"

void rx_intr_handler (struct s2io_nic * nic);  

ARGUMENTS

nic
device private variable.
 

DESCRIPTION

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.  

RETURN VALUE

NONE.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUE

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