suse man page for alloc_netdev_mq

Query: alloc_netdev_mq

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ALLOC_NETDEV_MQ(9)					      Network device support						ALLOC_NETDEV_MQ(9)

NAME
alloc_netdev_mq - allocate network device
SYNOPSIS
struct net_device * alloc_netdev_mq(int sizeof_priv, const char * name, void (*setup) (struct net_device *), unsigned int queue_count);
ARGUMENTS
sizeof_priv size of private data to allocate space for name device name format string setup callback to initialize device queue_count the number of subqueues to allocate
DESCRIPTION
Allocates a struct net_device with private data area for driver use and performs basic initialization. Also allocates subquue structs for each queue on the device at the end of the netdevice.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ALLOC_NETDEV_MQ(9)
Related Man Pages
struct_device_driver(9) - centos
struct_wimax_dev(9) - centos
struct_ccw_driver(9) - suse
struct_spi_driver(9) - suse
struct_wimax_dev(9) - suse
Similar Topics in the Unix Linux Community
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?
TuxOnIce stalls 3 times before resuming