Home
last modified time | relevance | path

Searched refs:alloc_netdev_mq (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/networking/
H A Dmultiqueue.rst16 alloc_netdev_mq() functions to allocate the subqueues for the device. The
/linux/drivers/net/xen-netback/
H A Dinterface.c498 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
/linux/drivers/net/netdevsim/
H A Dnetdev.c1125 dev = alloc_netdev_mq(sizeof(*ns), "eth%d", NET_NAME_UNKNOWN, nsim_setup, in nsim_create()
/linux/include/linux/
H A Dnetdevice.h4899 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ macro
/linux/drivers/net/bonding/
H A Dbond_main.c6410 bond_dev = alloc_netdev_mq(sizeof(struct bonding), in bond_create()