Home
last modified time | relevance | path

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

12

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c56 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 Detherdevice.h58 #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 Denetc_vf.c198 ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS); in enetc_vf_probe()
H A Denetc_pf.c975 ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS); in enetc_pf_probe()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_main.c231 netdev = alloc_etherdev_mq(sizeof(*nic_dev), max_qps); in hinic3_nic_probe()
/linux/Documentation/networking/
H A Dmultiqueue.rst15 Base drivers are required to use the new alloc_etherdev_mq() or
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c68 netdev = alloc_etherdev_mq(sizeof(struct xgbe_prv_data), in xgbe_alloc_pdata()
/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c438 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in ef100_probe_netdev()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c232 netdev = alloc_etherdev_mq(sizeof(struct xlgmac_pdata), in xlgmac_drv_probe()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c672 netdev = alloc_etherdev_mq(sizeof(*fbn), FBNIC_MAX_RXQS); in fbnic_netdev_alloc()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1547 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES); in fm10k_alloc_netdev()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c775 ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn); in prueth_netdev_init()
H A Dicssg_prueth.c1146 ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn); in prueth_netdev_init()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c1448 netdev = alloc_etherdev_mq(sizeof(struct octep_device), in octep_probe()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c2038 netdev = alloc_etherdev_mq(LIO_SIZE, num_iqueues); in setup_nic_devices()
H A Dlio_main.c3501 netdev = alloc_etherdev_mq(LIO_SIZE, max_num_queues); in setup_nic_devices()
/linux/drivers/net/
H A Dxen-netfront.c1719 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c2501 net = alloc_etherdev_mq(sizeof(struct net_device_context), in netvsc_probe()
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c2104 dev = alloc_etherdev_mq(sizeof(struct rtase_private), in rtase_init_board()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c2663 netdev = alloc_etherdev_mq(sizeof(struct atl1c_adapter), queue_count); in atl1c_probe()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c3104 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8); in mv643xx_eth_probe()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c3352 net_dev = alloc_etherdev_mq(sizeof(*priv), dpaa_max_num_txqs()); in dpaa_eth_probe()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c3289 netdev = alloc_etherdev_mq(sizeof(struct port_info), SGE_QSETS); in init_one()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c675 *pdev = alloc_etherdev_mq(sizeof(*priv), num_tx_qs); in gfar_of_init()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3138 ndev = alloc_etherdev_mq(sizeof(struct mana_port_context), in mana_probe_port()

12