Home
last modified time | relevance | path

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

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