alloc_etherdev_mq
netdev = alloc_etherdev_mq(sizeof(struct ena_adapter), ENA_MAX_RINGS);
netdev = alloc_etherdev_mq(sizeof(struct xgbe_prv_data),
ndev = alloc_etherdev_mq(sizeof(struct aq_nic_s), AQ_HW_QUEUES_MAX);
netdev = alloc_etherdev_mq(sizeof(struct atl1c_adapter), queue_count);
dev = alloc_etherdev_mq(sizeof(*bp), TX_MAX_RINGS);
dev = alloc_etherdev_mq(sizeof(*tp), TG3_IRQ_MAX_VECS);
dev = alloc_etherdev_mq(sizeof(*bp), num_queues);
netdev = alloc_etherdev_mq(LIO_SIZE, max_num_queues);
netdev = alloc_etherdev_mq(LIO_SIZE, num_iqueues);
netdev = alloc_etherdev_mq(sizeof(struct port_info), SGE_QSETS);
netdev = alloc_etherdev_mq(sizeof(struct port_info),
netdev = alloc_etherdev_mq(sizeof(struct port_info),
net_dev = alloc_etherdev_mq(sizeof(*priv), dpaa_max_num_txqs());
net_dev = alloc_etherdev_mq(sizeof(*priv), DPAA2_ETH_MAX_NETDEV_QUEUES);
ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS);
ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS);
*pdev = alloc_etherdev_mq(sizeof(*priv), num_tx_qs);
ndev = alloc_etherdev_mq(sizeof(struct hns_nic_priv), NIC_MAX_Q_PER_VF);
netdev = alloc_etherdev_mq(sizeof(struct hns3_nic_priv), alloc_tqps);
netdev = alloc_etherdev_mq(sizeof(*nic_dev), num_qps);
netdev = alloc_etherdev_mq(sizeof(*nic_dev), max_qps);
dev = alloc_etherdev_mq(sizeof(struct ehea_port), EHEA_MAX_PORT_RES);
netdev = alloc_etherdev_mq(sizeof(struct ibmvnic_adapter),
dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES);
netdev = alloc_etherdev_mq(etherdev_size, vsi->alloc_queue_pairs);
netdev = alloc_etherdev_mq(sizeof(struct iavf_adapter),
netdev = alloc_etherdev_mq(sizeof(struct igb_adapter),
netdev = alloc_etherdev_mq(sizeof(struct igc_adapter),
netdev = alloc_etherdev_mq(sizeof(*netdev_priv_wrapper), indices);
netdev = alloc_etherdev_mq(sizeof(struct ixgbevf_adapter),
dev = alloc_etherdev_mq(sizeof(struct ltq_etop_priv), 4);
dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8);
netdev = alloc_etherdev_mq(sizeof(struct octep_device),
netdev = alloc_etherdev_mq(sizeof(struct octep_vf_device),
netdev = alloc_etherdev_mq(sizeof(*fbn), FBNIC_MAX_RXQS);
ndev = alloc_etherdev_mq(sizeof(struct mana_port_context),
netdev = alloc_etherdev_mq(sizeof(struct mucse), RNPGBE_MAX_QUEUES);
netdev = alloc_etherdev_mq(sizeof(*mgp), MYRI10GE_MAX_SLICES);
netdev = alloc_etherdev_mq(sizeof(struct qlcnic_adapter),
dev = alloc_etherdev_mq(sizeof(struct rtase_private),
net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES);
net_dev = alloc_etherdev_mq(sizeof(*efv), 1);
net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES);
dev = alloc_etherdev_mq(sizeof(struct niu), NIU_NUM_TXCHAN);
netdev = alloc_etherdev_mq(sizeof(struct xlgmac_pdata),
ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn);
ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn);
net = alloc_etherdev_mq(sizeof(struct net_device_context),
failover_dev = alloc_etherdev_mq(sizeof(struct net_failover_info), 16);
dev = alloc_etherdev_mq(sizeof(struct virtnet_info), max_queue_pairs);
netdev = alloc_etherdev_mq(sizeof(struct vmxnet3_adapter),
netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues);
pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4);
pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4);
#define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1)