Home
last modified time | relevance | path

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

12

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c28 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev_with_old_priv()
45 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev()
/linux/include/linux/
H A Detherdevice.h59 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1)
60 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) macro
/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()
H A Def100_rep.c210 net_dev = alloc_etherdev_mq(sizeof(*efv), 1); in efx_ef100_rep_create_netdev()
H A Defx.c1165 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in efx_pci_probe()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_main.c435 netdev = alloc_etherdev_mq(sizeof(*nic_dev), max_qps); in hinic3_nic_probe()
/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.c739 netdev = alloc_etherdev_mq(sizeof(*fbn), FBNIC_MAX_RXQS); in fbnic_netdev_alloc()
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.c1082 netdev = alloc_etherdev_mq(sizeof(struct octep_vf_device), in octep_vf_probe()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c975 ndev = alloc_etherdev_mq(sizeof(*priv), ENETC_MAX_NUM_TXQS); in enetc_pf_probe()
/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/huawei/hinic/
H A Dhinic_main.c1190 netdev = alloc_etherdev_mq(sizeof(*nic_dev), num_qps); in nic_dev_init()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c1479 netdev = alloc_etherdev_mq(sizeof(struct octep_device), in octep_probe()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c2029 netdev = alloc_etherdev_mq(LIO_SIZE, num_iqueues); in setup_nic_devices()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1452 ndev = alloc_etherdev_mq(sizeof(*emac), num_tx_chn); in prueth_netdev_init()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2258 ndev = alloc_etherdev_mq(sizeof(struct hns_nic_priv), NIC_MAX_Q_PER_VF); in hns_nic_dev_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/hyperv/
H A Dnetvsc_drv.c2495 net = alloc_etherdev_mq(sizeof(struct net_device_context), in netvsc_probe()
/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/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/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c3050 netdev = alloc_etherdev_mq(sizeof(struct port_info), in cxgb4vf_pci_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/marvell/
H A Dmv643xx_eth.c3103 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8); in mv643xx_eth_probe()

12