S2IO_OPEN

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

 

NAME

s2io_open - open entry point of the driver  

SYNOPSIS

"SYNOPSIS"

int s2io_open (struct net_device * dev);  

ARGUMENTS

dev
pointer to the device structure.
 

DESCRIPTION

This function is the open entry point of the driver. It mainly calls a function to allocate Rx buffers and inserts them into the buffer descriptors and then enables the Rx part of the NIC.  

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:44 GMT, October 09, 2005