Searched refs:alloc_netdev_mq (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/networking/ |
| A D | multiqueue.rst | 16 alloc_netdev_mq() functions to allocate the subqueues for the device. The
|
| /linux/drivers/net/netdevsim/ |
| A D | netdev.c | 350 dev = alloc_netdev_mq(sizeof(*ns), "eth%d", NET_NAME_UNKNOWN, nsim_setup, in nsim_create()
|
| /linux/drivers/net/xen-netback/ |
| A D | interface.c | 510 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
|
| /linux/drivers/net/fjes/ |
| A D | fjes_main.c | 1210 netdev = alloc_netdev_mq(sizeof(struct fjes_adapter), "es%d", in fjes_probe()
|
| /linux/include/linux/ |
| A D | netdevice.h | 4616 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ macro
|
| /linux/drivers/net/bonding/ |
| A D | bond_main.c | 5920 bond_dev = alloc_netdev_mq(sizeof(struct bonding), in bond_create()
|
Completed in 32 milliseconds