S2IO_CLOSE

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

 

NAME

s2io_close - close entry point of the driver  

SYNOPSIS

"SYNOPSIS"

int s2io_close (struct net_device * dev);  

ARGUMENTS

dev
device pointer.
 

DESCRIPTION

This is the stop entry point of the driver. It needs to undo exactly whatever was done by the open entry point,thus it's usually referred to as the close function.Among other things this function mainly stops the Rx side of the NIC and frees all the Rx buffers in the Rx rings.  

RETURN VALUE

0 on success and an appropriate (-)ve integer as defined in errno.h file on failure.


 

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