/linux-4.4.14/drivers/net/ethernet/arc/ |
D | emac_arc.c | 39 ndev = alloc_etherdev(sizeof(struct arc_emac_priv)); in emac_arc_probe()
|
D | emac_rockchip.c | 100 ndev = alloc_etherdev(sizeof(struct rockchip_priv_data)); in emac_rockchip_probe()
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SubmittingPatches | 353 dev = alloc_etherdev (sizeof(struct funky_private)); 368 dev = alloc_etherdev (sizeof(struct funky_private));
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_module.c | 97 dev = alloc_etherdev(sizeof(struct rtllib_device) + sizeof_priv); in alloc_rtllib()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | lasi_82596.c | 169 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip()
|
D | sni_82596.c | 102 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe()
|
D | ether1.c | 1000 dev = alloc_etherdev(sizeof(struct ether1_priv)); in ether1_probe()
|
D | sun3_82586.c | 304 dev = alloc_etherdev(sizeof(struct priv)); in sun3_82586_probe()
|
D | 82596.c | 1139 dev = alloc_etherdev(0); in i82596_probe()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | mvme147.c | 85 dev = alloc_etherdev(sizeof(struct m147lance_private)); in mvme147lance_probe()
|
D | hplance.c | 89 dev = alloc_etherdev(sizeof(struct hplance_private)); in hplance_init_one()
|
D | lance.c | 342 dev = alloc_etherdev(0); in init_module() 438 struct net_device *dev = alloc_etherdev(0); in lance_probe()
|
D | am79c961a.c | 684 dev = alloc_etherdev(sizeof(struct dev_priv)); in am79c961_probe()
|
D | a2065.c | 695 dev = alloc_etherdev(sizeof(struct lance_private)); in a2065_init_one()
|
D | ariadne.c | 733 dev = alloc_etherdev(sizeof(struct ariadne_private)); in ariadne_init_one()
|
D | sun3lance.c | 270 dev = alloc_etherdev(sizeof(struct lance_private)); in sun3lance_probe()
|
D | atarilance.c | 381 dev = alloc_etherdev(sizeof(struct lance_private)); in atarilance_probe()
|
D | nmclan_cs.c | 443 dev = alloc_etherdev(sizeof(mace_private)); in nmclan_probe()
|
D | au1000_eth.c | 1198 dev = alloc_etherdev(sizeof(struct au1000_private)); in au1000_probe()
|
D | declance.c | 1050 dev = alloc_etherdev(sizeof(struct lance_private)); in dec_lance_probe()
|
D | ni65.c | 363 struct net_device *dev = alloc_etherdev(0); in ni65_probe()
|
D | sunlance.c | 1312 dev = alloc_etherdev(sizeof(struct lance_private) + 8); in sparc_lance_probe_one()
|
D | amd8111e.c | 1834 dev = alloc_etherdev(sizeof(struct amd8111e_priv)); in amd8111e_probe_one()
|
D | pcnet32.c | 1695 dev = alloc_etherdev(sizeof(*lp)); in pcnet32_probe1()
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 649 dev = alloc_etherdev (sizeof(struct funky_private)); 664 dev = alloc_etherdev (sizeof(struct funky_private));
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_net.c | 259 dev = alloc_etherdev(sizeof(struct net_local)); in hysdn_net_create()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 106 dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv); in alloc_ieee80211()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | jazzsonic.c | 232 dev = alloc_etherdev(sizeof(struct sonic_local)); in jazz_sonic_probe()
|
D | xtsonic.c | 262 if ((dev = alloc_etherdev(sizeof(struct sonic_local))) == NULL) in xtsonic_probe()
|
D | macsonic.c | 575 dev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_probe()
|
D | ns83820.c | 1963 ndev = alloc_etherdev(sizeof(struct ns83820));
|
D | natsemi.c | 841 dev = alloc_etherdev(sizeof (struct netdev_private)); in natsemi_probe1()
|
/linux-4.4.14/arch/m68k/emu/ |
D | nfeth.c | 202 dev = alloc_etherdev(sizeof(struct nfeth_private)); in nfeth_probe()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_module.c | 138 dev = alloc_etherdev(sizeof(struct libipw_device) + sizeof_priv); in alloc_libipw()
|
/linux-4.4.14/include/linux/ |
D | etherdevice.h | 51 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) macro
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ipddp.c | 73 dev = alloc_etherdev(0); in ipddp_init()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simeth.c | 200 dev = alloc_etherdev(sizeof(struct simeth_local)); in simeth_probe1()
|
/linux-4.4.14/drivers/staging/octeon/ |
D | ethernet.c | 726 dev = alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe() 767 alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_mon.c | 332 wilc_wfi_mon = alloc_etherdev(sizeof(struct WILC_WFI_mon_priv)); in WILC_WFI_init_mon_interface()
|
D | linux_wlan.c | 1703 ndev = alloc_etherdev(sizeof(perInterface_wlan_t)); in wilc_netdev_init()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c509.c | 304 dev = alloc_etherdev(sizeof(struct el3_private)); in el3_isa_match() 423 dev = alloc_etherdev(sizeof(struct el3_private)); in el3_pnp_probe() 592 dev = alloc_etherdev(sizeof (struct el3_private)); in el3_eisa_probe()
|
D | 3c589_cs.c | 204 dev = alloc_etherdev(sizeof(struct el3_private)); in tc589_probe()
|
D | 3c574_cs.c | 270 dev = alloc_etherdev(sizeof(struct el3_private)); in tc574_probe()
|
D | 3c515.c | 495 dev = alloc_etherdev(sizeof(struct corkscrew_private)); in corkscrew_scan()
|
D | typhoon.c | 2275 dev = alloc_etherdev(sizeof(*tp)); in typhoon_init_one()
|
D | 3c59x.c | 1127 dev = alloc_etherdev(sizeof(*vp)); in vortex_probe1()
|
/linux-4.4.14/drivers/net/ |
D | ntb_netdev.c | 416 ndev = alloc_etherdev(sizeof(*dev)); in ntb_netdev_probe()
|
D | rionet.c | 553 ndev = alloc_etherdev(sizeof(struct rionet_private)); in rionet_add_dev()
|
D | sb1000.c | 179 dev = alloc_etherdev(sizeof(struct sb1000_private)); in sb1000_probe_one()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | netx-eth.c | 379 ndev = alloc_etherdev(sizeof (struct netx_eth_priv)); in netx_eth_drv_probe()
|
D | ec_bhf.c | 539 net_dev = alloc_etherdev(sizeof(struct ec_bhf_priv)); in ec_bhf_probe()
|
D | dnet.c | 824 dev = alloc_etherdev(sizeof(*bp)); in dnet_probe()
|
D | korina.c | 1104 dev = alloc_etherdev(sizeof(struct korina_private)); in korina_probe()
|
D | ethoc.c | 1026 netdev = alloc_etherdev(sizeof(struct ethoc)); in ethoc_probe()
|
D | fealnx.c | 534 dev = alloc_etherdev(sizeof(struct netdev_private)); in fealnx_init_one()
|
D | jme.c | 3042 netdev = alloc_etherdev(sizeof(*jme)); in jme_init_one()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | os_intfs.c | 214 pnetdev = alloc_etherdev(sizeof(struct _adapter)); in r8712_init_netdev()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | cs89x0.c | 1648 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_probe() 1762 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in init_module() 1846 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_platform_probe()
|
D | mac89x0.c | 195 dev = alloc_etherdev(sizeof(struct net_local)); in mac89x0_probe()
|
D | ep93xx_eth.c | 760 dev = alloc_etherdev(sizeof(struct ep93xx_priv)); in ep93xx_dev_alloc()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_ether.c | 776 net = alloc_etherdev(sizeof *dev); in gether_setup_name() 838 net = alloc_etherdev(sizeof(*dev)); in gether_setup_name_default()
|
/linux-4.4.14/drivers/net/usb/ |
D | ipheth.c | 482 netdev = alloc_etherdev(sizeof(struct ipheth_device)); in ipheth_probe()
|
D | rtl8150.c | 861 netdev = alloc_etherdev(sizeof(rtl8150_t)); in rtl8150_probe()
|
D | kaweth.c | 1025 netdev = alloc_etherdev(sizeof(*kaweth)); in kaweth_probe()
|
D | catc.c | 788 netdev = alloc_etherdev(sizeof(struct catc)); in catc_probe()
|
D | pegasus.c | 1138 net = alloc_etherdev(sizeof(struct pegasus)); in pegasus_probe()
|
D | usbnet.c | 1627 net = alloc_etherdev(sizeof(*dev)); in usbnet_probe()
|
D | lan78xx.c | 2933 netdev = alloc_etherdev(sizeof(struct lan78xx_net)); in lan78xx_probe()
|
/linux-4.4.14/drivers/net/ethernet/hp/ |
D | hp100.c | 401 struct net_device *dev = alloc_etherdev(sizeof(struct hp100_private)); in hp100_probe() 2848 struct net_device *dev = alloc_etherdev(sizeof(struct hp100_private)); in hp100_eisa_probe() 2901 dev = alloc_etherdev(sizeof(struct hp100_private)); in hp100_pci_probe() 2995 dev = alloc_etherdev(sizeof(struct hp100_private)); in hp100_isa_init()
|
/linux-4.4.14/drivers/net/ethernet/ezchip/ |
D | nps_enet.c | 558 ndev = alloc_etherdev(sizeof(struct nps_enet_priv)); in nps_enet_probe()
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | network.c | 516 dev = alloc_etherdev(sizeof(*lp)); in iss_net_configure()
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | moxart_ether.c | 446 ndev = alloc_etherdev(sizeof(struct moxart_mac_priv_t)); in moxart_mac_probe()
|
/linux-4.4.14/drivers/net/ethernet/wiznet/ |
D | w5300.c | 613 ndev = alloc_etherdev(sizeof(*priv)); in w5300_probe()
|
D | w5100.c | 701 ndev = alloc_etherdev(sizeof(*priv)); in w5100_probe()
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | macmace.c | 207 dev = alloc_etherdev(PRIV_BYTES); in mace_probe()
|
D | mace.c | 148 dev = alloc_etherdev(PRIV_BYTES); in mace_probe()
|
D | bmac.c | 1269 dev = alloc_etherdev(PRIV_BYTES); in bmac_probe()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | atp.c | 305 dev = alloc_etherdev(sizeof(struct net_local)); in atp_probe1()
|
D | 8139cp.c | 1908 dev = alloc_etherdev(sizeof(struct cp_private)); in cp_init_one()
|
D | 8139too.c | 776 dev = alloc_etherdev (sizeof (*tp)); in rtl8139_init_board()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | islpci_dev.c | 821 struct net_device *ndev = alloc_etherdev(sizeof (islpci_private)); in islpci_setup()
|
/linux-4.4.14/arch/um/drivers/ |
D | net_kern.c | 407 dev = alloc_etherdev(size); in eth_configure()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc9194.c | 692 struct net_device *dev = alloc_etherdev(sizeof(struct smc_local)); in smc_init()
|
D | epic100.c | 359 dev = alloc_etherdev(sizeof (*ep)); in epic_init_one()
|
D | smc911x.c | 2050 ndev = alloc_etherdev(sizeof(struct smc911x_local)); in smc911x_drv_probe()
|
D | smsc9420.c | 1592 dev = alloc_etherdev(sizeof(*pd)); in smsc9420_probe()
|
D | smc91c92_cs.c | 310 dev = alloc_etherdev(sizeof(struct smc_private)); in smc91c92_probe()
|
D | smc91x.c | 2255 ndev = alloc_etherdev(sizeof(struct smc_local)); in smc_drv_probe()
|
D | smsc911x.c | 2441 dev = alloc_etherdev(sizeof(struct smsc911x_data)); in smsc911x_drv_probe()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 1100 ndev = alloc_etherdev(sizeof(struct net_local)); in xemaclite_of_probe()
|
D | ll_temac_main.c | 1008 ndev = alloc_etherdev(sizeof(*lp)); in temac_of_probe()
|
D | xilinx_axienet_main.c | 1513 ndev = alloc_etherdev(sizeof(*lp)); in axienet_probe()
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | ether3.c | 765 dev = alloc_etherdev(sizeof(struct dev_priv)); in ether3_probe()
|
D | sgiseeq.c | 731 dev = alloc_etherdev(sizeof (struct sgiseeq_private)); in sgiseeq_probe()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 898 qcaspi_devs = alloc_etherdev(sizeof(struct qcaspi)); in qca_spi_probe()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | meth.c | 833 dev = alloc_etherdev(sizeof(struct meth_private)); in meth_probe()
|
D | ioc3-eth.c | 1264 dev = alloc_etherdev(sizeof(struct ioc3_private)); in ioc3_probe()
|
/linux-4.4.14/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 820 ndev = alloc_etherdev(sizeof(struct emac_board_info)); in emac_probe()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | xircom_cb.c | 228 dev = alloc_etherdev(sizeof(struct xircom_private)); in xircom_probe()
|
D | winbond-840.c | 383 dev = alloc_etherdev(sizeof(*np)); in w840_probe1()
|
D | uli526x.c | 298 dev = alloc_etherdev(sizeof(*db)); in uli526x_init_one()
|
D | dmfe.c | 399 dev = alloc_etherdev(sizeof(*db)); in dmfe_init_one()
|
D | tulip_core.c | 1417 dev = alloc_etherdev (sizeof (*tp)); in tulip_init_one()
|
D | de2104x.c | 1981 dev = alloc_etherdev(sizeof(struct de_private)); in de_init_one()
|
D | de4x5.c | 2016 if (!(dev = alloc_etherdev (sizeof (struct de4x5_private)))) { in de4x5_eisa_probe() 2224 if (!(dev = alloc_etherdev (sizeof (struct de4x5_private)))) { in de4x5_pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 241 dev = alloc_etherdev(sizeof(struct local_info)); in fmvj18x_probe()
|
/linux-4.4.14/drivers/net/ethernet/faraday/ |
D | ftmac100.c | 1081 netdev = alloc_etherdev(sizeof(*priv)); in ftmac100_probe()
|
D | ftgmac100.c | 1205 netdev = alloc_etherdev(sizeof(*priv)); in ftgmac100_probe()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunqe.c | 842 dev = alloc_etherdev(sizeof(struct sunqe)); in qec_ether_init()
|
D | sunbmac.c | 1082 dev = alloc_etherdev(sizeof(struct bigmac)); in bigmac_ether_init()
|
D | sunhme.c | 2705 dev = alloc_etherdev(sizeof(struct happy_meal)); in happy_meal_sbus_probe_one() 3023 dev = alloc_etherdev(sizeof(struct happy_meal)); in happy_meal_pci_probe()
|
D | sungem.c | 2880 dev = alloc_etherdev(sizeof(*gp)); in gem_init_one()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 853 ndev = alloc_etherdev(sizeof(struct mpc52xx_fec_priv)); in mpc52xx_fec_probe()
|
D | ucc_geth.c | 3868 dev = alloc_etherdev(sizeof(*ugeth)); in ucc_geth_probe()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 822 ndev = alloc_etherdev(sizeof(struct hip04_priv)); in hip04_mac_probe()
|
D | hix5hd2_gmac.c | 898 ndev = alloc_etherdev(sizeof(struct hix5hd2_priv)); in hix5hd2_dev_probe()
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 1009 ndev = alloc_etherdev(privsize); in fs_enet_probe()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_main.c | 58 dev = alloc_etherdev(sizeof(struct hostap_interface)); in hostap_add_interface()
|
D | hostap_hw.c | 3107 dev = alloc_etherdev(len); in prism2_init_local_data()
|
/linux-4.4.14/drivers/net/plip/ |
D | plip.c | 1261 dev = alloc_etherdev(sizeof(struct net_local)); in plip_attach()
|
/linux-4.4.14/drivers/net/ethernet/nuvoton/ |
D | w90p910_ether.c | 978 dev = alloc_etherdev(sizeof(struct w90p910_ether)); in w90p910_ether_probe()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2.c | 883 struct net_device *netdev = alloc_etherdev(sizeof(*c2_port)); in c2_devinit()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8695net.c | 1360 ndev = alloc_etherdev(sizeof(struct ks8695_priv)); in ks8695_probe()
|
D | ks8842.c | 1154 netdev = alloc_etherdev(sizeof(struct ks8842_adapter)); in ks8842_probe()
|
D | ks8851.c | 1415 ndev = alloc_etherdev(sizeof(struct ks8851_net)); in ks8851_probe()
|
D | ks8851_mll.c | 1548 netdev = alloc_etherdev(sizeof(struct ks_net)); in ks8851_probe()
|
/linux-4.4.14/drivers/net/ethernet/rdc/ |
D | r6040.c | 1111 dev = alloc_etherdev(sizeof(struct r6040_private)); in r6040_init_one()
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 1008 ndev = alloc_etherdev(sizeof(struct encx24j600_priv)); in encx24j600_spi_probe()
|
D | enc28j60.c | 1553 dev = alloc_etherdev(sizeof(struct enc28j60_net)); in enc28j60_probe()
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 483 dev = alloc_etherdev(sizeof(struct local_info)); in xirc2ps_probe()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchx2.c | 961 dev = alloc_etherdev(sizeof(struct mlxsw_sx_port)); in mlxsw_sx_port_create()
|
D | spectrum.c | 1221 dev = alloc_etherdev(sizeof(struct mlxsw_sp_port)); in mlxsw_sp_port_create()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 1750 dev = alloc_etherdev(sizeof(*priv)); in bcm_enet_probe() 2728 dev = alloc_etherdev(sizeof(*priv)); in bcm_enetsw_probe()
|
D | sb1250-mac.c | 2609 dev = alloc_etherdev(sizeof(struct sbmac_softc)); in sbmac_probe()
|
D | bgmac.c | 1577 net_dev = alloc_etherdev(sizeof(*bgmac)); in bgmac_probe()
|
D | b44.c | 2357 dev = alloc_etherdev(sizeof(*bp)); in b44_init_one()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 2122 ndev = alloc_etherdev(sizeof(struct cpsw_priv)); in cpsw_probe_dual_emac() 2241 ndev = alloc_etherdev(sizeof(struct cpsw_priv)); in cpsw_probe()
|
D | davinci_emac.c | 1930 ndev = alloc_etherdev(sizeof(struct emac_priv)); in davinci_emac_probe()
|
D | tlan.c | 485 dev = alloc_etherdev(sizeof(struct tlan_priv)); in tlan_probe1()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | axnet_cs.c | 150 dev = alloc_etherdev(sizeof(struct ei_device) + sizeof(struct axnet_dev)); in axnet_probe()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1563 *netdev = alloc_etherdev(sizeof(struct gelic_port)); in gelic_alloc_card_net()
|
D | spider_net.c | 2351 netdev = alloc_etherdev(alloc_size); in spider_net_alloc_card()
|
D | tc35815.c | 808 dev = alloc_etherdev(sizeof(*lp)); in tc35815_init_one()
|
D | ps3_gelic_wireless.c | 2306 netdev = alloc_etherdev(sizeof(struct gelic_port) + in gelic_wl_alloc()
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | sc92031.c | 1430 dev = alloc_etherdev(sizeof(struct sc92031_priv)); in sc92031_probe()
|
/linux-4.4.14/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 1569 dev = alloc_etherdev(sizeof(struct tsi108_prv_data)); in tsi108_init_one()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 1310 ndev = alloc_etherdev(sizeof(struct altera_tse_private)); in altera_tse_probe()
|
/linux-4.4.14/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 1336 ndev = alloc_etherdev(sizeof(struct netdata_local)); in lpc_eth_drv_probe()
|
/linux-4.4.14/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 399 dev = alloc_etherdev(sizeof(*np)); in yellowfin_init_one()
|
D | hamachi.c | 622 dev = alloc_etherdev(sizeof(struct hamachi_private)); in hamachi_init_one()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 1026 netdev = alloc_etherdev(adapter ? 0 : sizeof(*adapter)); in init_one()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 1443 dev = alloc_etherdev(sizeof(struct pxa168_eth_private)); in pxa168_eth_probe()
|
/linux-4.4.14/drivers/net/cris/ |
D | eth_v10.c | 299 dev = alloc_etherdev(sizeof(struct net_local)); in etrax_ethernet_init()
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1436 ndev = alloc_etherdev(sizeof(struct xgene_enet_pdata)); in xgene_enet_probe()
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1482 ndev = alloc_etherdev(sizeof(struct board_info)); in dm9000_probe()
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.c | 1410 dev = alloc_etherdev(sizeof(*priv)); in nb8800_probe()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 1420 netdev = alloc_etherdev(sizeof(struct octeon_mgmt)); in octeon_mgmt_probe()
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1281 netdev = alloc_etherdev(sizeof(*alx)); in alx_probe()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 1630 ndev = alloc_etherdev(sizeof(struct bfin_mac_local)); in bfin_mac_probe()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1412 if (!(dev = alloc_etherdev(sizeof(struct port)))) in eth_init_one()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1390 dev = alloc_etherdev(sizeof(struct greth_private)); in greth_of_probe()
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 1461 dev = alloc_etherdev(sizeof(*tp)); in sis190_init_board()
|
D | sis900.c | 457 net_dev = alloc_etherdev(sizeof(struct sis900_private)); in sis900_probe()
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1764 netdev = alloc_etherdev(sizeof(struct visornic_devdata)); in visornic_probe()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1729 ndev = alloc_etherdev(sizeof(struct xgmac_priv)); in xgmac_probe()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1517 netdev = alloc_etherdev(sizeof(struct ibmveth_adapter)); in ibmveth_probe()
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 1738 dev = alloc_etherdev(sizeof(struct pasemi_mac)); in pasemi_mac_probe()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | main.c | 2256 dev = alloc_etherdev(sizeof(struct wireless_dev)); in orinoco_if_add()
|
/linux-4.4.14/drivers/net/wireless/ |
D | zd1201.c | 1743 dev = alloc_etherdev(sizeof(*zd)); in zd1201_probe()
|
D | wl3501_cs.c | 1864 dev = alloc_etherdev(sizeof(struct wl3501_card)); in wl3501_probe()
|
D | ray_cs.c | 288 dev = alloc_etherdev(sizeof(ray_dev_t)); in ray_probe()
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | dl2k.c | 142 dev = alloc_etherdev (sizeof (*np)); in rio_probe1()
|
D | sundance.c | 532 dev = alloc_etherdev(sizeof(*np)); in sundance_probe1()
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
D | starfire.c | 675 dev = alloc_etherdev(sizeof(*np)); in starfire_init_one()
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 2005 ndev = alloc_etherdev(sizeof(struct bdx_priv)); in bdx_probe()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1661 netdev = alloc_etherdev(sizeof(struct nes_vnic)); in nes_netdev_init()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 429 netdev = alloc_etherdev(sizeof(struct ixgb_adapter)); in ixgb_probe()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 920 dev = alloc_etherdev(sizeof(struct rhine_private)); in rhine_init_one_common()
|
D | via-velocity.c | 2787 netdev = alloc_etherdev(sizeof(struct velocity_info)); in velocity_probe()
|
/linux-4.4.14/drivers/s390/net/ |
D | lcs.c | 2168 dev = alloc_etherdev(0); in lcs_new_device()
|
D | qeth_l2_main.c | 1106 card->dev = alloc_etherdev(0); in qeth_l2_setup_netdev()
|
D | qeth_l3_main.c | 3179 card->dev = alloc_etherdev(0); in qeth_l3_setup_netdev()
|
/linux-4.4.14/net/atm/ |
D | lec.c | 741 dev_lec[i] = alloc_etherdev(size); in lecd_attach()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 2344 netdev = alloc_etherdev(sizeof(struct atl1e_adapter)); in atl1e_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2666 netdev = alloc_etherdev(sizeof(struct igbvf_adapter)); in igbvf_probe()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 1374 netdev = alloc_etherdev(sizeof(struct atl2_adapter)); in atl2_probe()
|
D | atl1.c | 2977 netdev = alloc_etherdev(sizeof(struct atl1_adapter)); in atl1_probe()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2592 netdev = alloc_etherdev(sizeof(struct atl1c_adapter)); in atl1c_probe()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 2834 ndev = alloc_etherdev(sizeof(struct stmmac_priv)); in stmmac_dvr_probe()
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | acenic.c | 463 dev = alloc_etherdev(sizeof(struct ace_private)); in acenic_probe_one()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 2617 netdev = alloc_etherdev((int)sizeof(struct pch_gbe_adapter)); in pch_gbe_probe()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1497 netdev = alloc_etherdev(sizeof(struct netxen_adapter)); in netxen_nic_probe()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 3087 ndev = alloc_etherdev(sizeof(struct sh_eth_private)); in sh_eth_drv_probe()
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slicoss.c | 3109 netdev = alloc_etherdev(sizeof(struct adapter)); in slic_entry_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 2852 if (!(netdev = alloc_etherdev(sizeof(struct nic)))) in e100_probe()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2729 ndev = alloc_etherdev(sizeof(struct emac_instance)); in emac_probe()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2599 mon_ndev = alloc_etherdev(sizeof(struct rtw_adapter)); in rtw_cfg80211_add_monitor_if()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 2821 ndev = alloc_etherdev(sizeof(*lp)); in dwceqos_probe()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 3980 netdev = alloc_etherdev(sizeof(struct et131x_adapter)); in et131x_pci_setup()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 3799 ndev = alloc_etherdev(sizeof(struct ql3_adapter)); in ql3xxx_probe()
|