Searched refs:alloc_netdev_mq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/networking/ |
D | multiqueue.txt | 16 alloc_netdev_mq() functions to allocate the subqueues for the device. The
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | interface.c | 454 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
|
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_main.c | 1229 netdev = alloc_netdev_mq(sizeof(struct fjes_adapter), "es%d", in fjes_probe()
|
/Linux-v4.19/include/linux/ |
D | netdevice.h | 3995 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ macro
|
/Linux-v4.19/drivers/net/bonding/ |
D | bond_main.c | 4776 bond_dev = alloc_netdev_mq(sizeof(struct bonding), in bond_create()
|