Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/networking/
Dmultiqueue.rst16 alloc_netdev_mq() functions to allocate the subqueues for the device. The
/linux-6.6.21/drivers/net/netdevsim/
Dnetdev.c385 dev = alloc_netdev_mq(sizeof(*ns), "eth%d", NET_NAME_UNKNOWN, nsim_setup, in nsim_create()
/linux-6.6.21/drivers/net/xen-netback/
Dinterface.c495 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
/linux-6.6.21/drivers/net/fjes/
Dfjes_main.c1345 netdev = alloc_netdev_mq(sizeof(struct fjes_adapter), "es%d", in fjes_probe()
/linux-6.6.21/include/linux/
Dnetdevice.h4559 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ macro
/linux-6.6.21/drivers/net/bonding/
Dbond_main.c6404 bond_dev = alloc_netdev_mq(sizeof(struct bonding), in bond_create()