IXGB_OPEN

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

 

NAME

ixgb_open - Called when a network interface is made active.  

SYNOPSIS

"SYNOPSIS"

int ixgb_open (struct net_device * netdev);  

ARGUMENTS

netdev
-- undescribed --
 

DESCRIPTION

param netdev network interface device structure

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: 04:40:51 GMT, October 06, 2005