/linux-4.4.14/include/linux/ |
D | etherdevice.h | 51 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) 52 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) macro
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | osdep_service.c | 92 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); in rtw_alloc_etherdev_with_old_priv()
|
/linux-4.4.14/Documentation/networking/ |
D | multiqueue.txt | 15 Base drivers are required to use the new alloc_etherdev_mq() or
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 350 netdev = alloc_etherdev_mq(sizeof(struct xgbe_prv_data), in xgbe_probe()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | os_intfs.c | 361 pnetdev = alloc_etherdev_mq(sizeof(struct rtw_adapter), 4); in rtw_init_netdev23a()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | lantiq_etop.c | 736 dev = alloc_etherdev_mq(sizeof(struct ltq_etop_priv), 4); in ltq_etop_probe()
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | xlr_net.c | 1027 ndev = alloc_etherdev_mq(sizeof(struct xlr_net_priv), 32); in xlr_net_probe()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 1076 net = alloc_etherdev_mq(sizeof(struct net_device_context), in netvsc_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1396 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES); in fm10k_alloc_netdev()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpmac.c | 1136 dev = alloc_etherdev_mq(sizeof(*priv), CPMAC_QUEUES); in cpmac_probe()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 1517 ndev = alloc_etherdev_mq(sizeof(struct hns_nic_priv), NIC_MAX_Q_PER_VF); in hns_nic_dev_probe()
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 1748 dev = alloc_etherdev_mq(sizeof(struct virtnet_info), max_queue_pairs); in virtnet_probe()
|
D | xen-netfront.c | 1292 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2441 netdev = alloc_etherdev_mq(sizeof(struct i40evf_adapter), in i40evf_probe()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 2752 netdev = alloc_etherdev_mq(sizeof(struct port_info), in cxgb4vf_pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 2856 dev = alloc_etherdev_mq(sizeof(*bp), num_queues); in macb_probe()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 3089 dev = alloc_etherdev_mq(sizeof(struct mv643xx_eth_private), 8); in mv643xx_eth_probe()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 3232 netdev = alloc_etherdev_mq(LIO_SIZE, num_iqueues); in setup_nic_devices()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3962 netdev = alloc_etherdev_mq(sizeof(struct ixgbevf_adapter), in ixgbevf_probe()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2989 dev = alloc_etherdev_mq(sizeof(struct ehea_port), EHEA_MAX_PORT_RES); in ehea_setup_single_port()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 3269 netdev = alloc_etherdev_mq(sizeof(struct port_info), SGE_QSETS); in init_one()
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 3099 netdev = alloc_etherdev_mq(sizeof(struct vmxnet3_adapter), in vmxnet3_probe_device()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 804 *pdev = alloc_etherdev_mq(sizeof(*priv), num_tx_qs); in gfar_of_init()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2516 netdev = alloc_etherdev_mq(sizeof(struct qlcnic_adapter), in qlcnic_probe()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 3407 ndev = alloc_etherdev_mq(sizeof(struct vxgedev), in vxge_device_register()
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 3978 netdev = alloc_etherdev_mq(sizeof(*mgp), MYRI10GE_MAX_SLICES); in myri10ge_probe()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 4796 netdev = alloc_etherdev_mq(sizeof(struct port_info), in init_one()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 4751 ndev = alloc_etherdev_mq(sizeof(struct ql_adapter), in qlge_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5648 dev = alloc_etherdev_mq(sizeof(*bp), max_irqs); in bnxt_init_one()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2281 netdev = alloc_etherdev_mq(sizeof(struct igb_adapter), in igb_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 8562 dev = alloc_etherdev_mq(sizeof(*bp), TX_MAX_RINGS); in bnx2_init_one()
|
D | tg3.c | 17608 dev = alloc_etherdev_mq(sizeof(*tp), TG3_IRQ_MAX_VECS); in tg3_init_one()
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 7757 dev = alloc_etherdev_mq(sizeof(struct s2io_nic), tx_fifo_num); in s2io_init_nic()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8655 netdev = alloc_etherdev_mq(sizeof(struct ixgbe_adapter), indices); in ixgbe_probe()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 9652 dev = alloc_etherdev_mq(sizeof(struct niu), NIU_NUM_TXCHAN); in niu_alloc_and_init()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8626 netdev = alloc_etherdev_mq(etherdev_size, vsi->alloc_queue_pairs); in i40e_config_netdev()
|