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