ALLOC_NETDEV
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
alloc_netdev - allocate network device
SYNOPSIS
"SYNOPSIS"
struct net_device * alloc_netdev (int sizeof_priv, const char * name, void (*setup)
struct net_device *);
ARGUMENTS
- sizeof_priv
-
size of private data to allocate space for
- name
-
device name format string
- setup
-
callback to initialize device
DESCRIPTION
Allocates a struct net_device with private data area for driver use
and performs basic initialization.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:55 GMT, October 09, 2005