Home
last modified time | relevance | path

Searched refs:alloc_etherdev_mq (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/include/linux/
Detherdevice.h54 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1)
55 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) macro
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c46 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev_with_old_priv()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c216 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev_with_old_priv()
233 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c32 ndev = alloc_etherdev_mq(sizeof(struct aq_nic_s), AQ_CFG_VECS_MAX); in aq_ndev_alloc()
/Linux-v4.19/Documentation/networking/
Dmultiqueue.txt15 Base drivers are required to use the new alloc_etherdev_mq() or
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c178 netdev = alloc_etherdev_mq(sizeof(struct xgbe_prv_data), in xgbe_alloc_pdata()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c234 netdev = alloc_etherdev_mq(sizeof(struct xlgmac_pdata), in xlgmac_drv_probe()
/Linux-v4.19/drivers/net/ethernet/
Dlantiq_etop.c675 dev = alloc_etherdev_mq(sizeof(struct ltq_etop_priv), 4); in ltq_etop_probe()
/Linux-v4.19/drivers/net/
Dnet_failover.c719 failover_dev = alloc_etherdev_mq(sizeof(struct net_failover_info), 16); in net_failover_create()
Dxen-netfront.c1297 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
Dvirtio_net.c2865 dev = alloc_etherdev_mq(sizeof(struct virtnet_info), max_queue_pairs); in virtnet_probe()
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c895 netdev = alloc_etherdev_mq(sizeof(*nic_dev), num_qps); in nic_dev_init()
/Linux-v4.19/drivers/staging/netlogic/
Dxlr_net.c999 ndev = alloc_etherdev_mq(sizeof(struct xlr_net_priv), 32); in xlr_net_probe()
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpmac.c1111 dev = alloc_etherdev_mq(sizeof(*priv), CPMAC_QUEUES); in cpmac_probe()
Dcpsw.c3255 ndev = alloc_etherdev_mq(sizeof(struct cpsw_priv), CPSW_MAX_QUEUES); in cpsw_probe_dual_emac()
3336 ndev = alloc_etherdev_mq(sizeof(struct cpsw_priv), CPSW_MAX_QUEUES); in cpsw_probe()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1662 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES); in fm10k_alloc_netdev()
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c2158 net = alloc_etherdev_mq(sizeof(struct net_device_context), in netvsc_probe()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c2032 netdev = alloc_etherdev_mq(LIO_SIZE, num_iqueues); in setup_nic_devices()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c2485 net_dev = alloc_etherdev_mq(sizeof(*priv), DPAA2_ETH_MAX_TX_QUEUES); in dpaa2_eth_probe()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2259 ndev = alloc_etherdev_mq(sizeof(struct hns_nic_priv), NIC_MAX_Q_PER_VF); in hns_nic_dev_probe()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2782 net_dev = alloc_etherdev_mq(sizeof(*priv), DPAA_ETH_TXQ_NUM); in dpaa_eth_probe()
/Linux-v4.19/drivers/net/ethernet/cortina/
Dgemini.c2393 netdev = alloc_etherdev_mq(sizeof(*port), TX_QUEUE_NUM); in gemini_ethernet_port_probe()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c3070 netdev = alloc_etherdev_mq(sizeof(struct port_info), in cxgb4vf_pci_probe()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmv643xx_eth.c3110 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8); in mv643xx_eth_probe()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c3667 netdev = alloc_etherdev_mq(sizeof(struct i40evf_adapter), in i40evf_probe()

12