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