centos man page for alloc_netdev_mqs

Query: alloc_netdev_mqs

OS: centos

Section: 9

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

ALLOC_NETDEV_MQS(9)					      Network device support					       ALLOC_NETDEV_MQS(9)

NAME
alloc_netdev_mqs - allocate network device
SYNOPSIS
struct net_device * alloc_netdev_mqs(int sizeof_priv, const char * name, void (*setup) (struct net_device *), unsigned int txqs, unsigned int rxqs);
ARGUMENTS
sizeof_priv size of private data to allocate space for name device name format string setup callback to initialize device txqs the number of TX subqueues to allocate rxqs the number of RX 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ALLOC_NETDEV_MQS(9)
Related Man Pages
device_create(9) - centos
struct_hsi_port(9) - centos
struct_input_polled_dev(9) - centos
struct_wireless_dev(9) - centos
struct_input_polled_dev(9) - suse
Similar Topics in the Unix Linux Community
TuxOnIce stalls 3 times before resuming