/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | osdep_service.c | 56 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev_with_old_priv() 73 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev()
|
/linux/include/linux/ |
H A D | etherdevice.h | 58 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) 59 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) macro
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_vf.c | 177 ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS); in enetc_vf_probe()
|
H A D | enetc_pf.c | 1295 ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS); in enetc_pf_probe()
|
/linux/Documentation/networking/ |
H A D | multiqueue.rst | 15 Base drivers are required to use the new alloc_etherdev_mq() or
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 177 netdev = alloc_etherdev_mq(sizeof(struct xgbe_prv_data), in xgbe_alloc_pdata()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 438 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in ef100_probe_netdev()
|
H A D | ef100_rep.c | 210 net_dev = alloc_etherdev_mq(sizeof(*efv), 1); in efx_ef100_rep_create_netdev()
|
H A D | efx.c | 1087 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in efx_pci_probe()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 50 ndev = alloc_etherdev_mq(sizeof(struct aq_nic_s), AQ_HW_QUEUES_MAX); in aq_ndev_alloc()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 232 netdev = alloc_etherdev_mq(sizeof(struct xlgmac_pdata), in xlgmac_drv_probe()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_netdev.c | 514 netdev = alloc_etherdev_mq(sizeof(*fbn), FBNIC_MAX_RXQS); in fbnic_netdev_alloc()
|
/linux/drivers/net/ |
H A D | net_failover.c | 716 failover_dev = alloc_etherdev_mq(sizeof(struct net_failover_info), 16); in net_failover_create()
|
H A D | xen-netfront.c | 1713 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
|
/linux/drivers/net/ethernet/ |
H A D | lantiq_etop.c | 674 dev = alloc_etherdev_mq(sizeof(struct ltq_etop_priv), 4); in ltq_etop_probe()
|
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/ |
H A D | octep_vf_main.c | 1075 netdev = alloc_etherdev_mq(sizeof(struct octep_vf_device), in octep_vf_probe()
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_prueth_sr1.c | 755 ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn); in prueth_netdev_init()
|
H A D | icssg_prueth.c | 843 ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn); in prueth_netdev_init()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 1547 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES); in fm10k_alloc_netdev()
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_main.c | 1422 netdev = alloc_etherdev_mq(sizeof(struct octep_device), in octep_probe()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 1188 netdev = alloc_etherdev_mq(sizeof(*nic_dev), num_qps); in nic_dev_init()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_main.c | 2038 netdev = alloc_etherdev_mq(LIO_SIZE, num_iqueues); in setup_nic_devices()
|
/linux/drivers/net/ethernet/realtek/rtase/ |
H A D | rtase_main.c | 1999 dev = alloc_etherdev_mq(sizeof(struct rtase_private), in rtase_init_board()
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 2258 ndev = alloc_etherdev_mq(sizeof(struct hns_nic_priv), NIC_MAX_Q_PER_VF); in hns_nic_dev_probe()
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 2526 net = alloc_etherdev_mq(sizeof(struct net_device_context), in netvsc_probe()
|