E1000_OPEN

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

 

NAME

e1000_open - Called when a network interface is made active  

SYNOPSIS

"SYNOPSIS"

int e1000_open (struct net_device * netdev);  

ARGUMENTS

netdev
network interface device structure
 

DESCRIPTION

Returns 0 on success, negative value on failure

The open entry point is called when a network interface is made active by the system (IFF_UP). At this point all resources needed for transmit and receive operations are allocated, the interrupt handler is registered with the OS, the watchdog timer is started, and the stack is notified that the interface is ready.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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