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