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