Home
last modified time | relevance | path

Searched refs:id_ethaddr (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Didprom.c68 return idprom->id_ethaddr; in arch_get_platform_mac_address()
98 printk(KERN_WARNING "Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Didprom.h16 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Didprom.h15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/OK3568_Linux_fs/kernel/arch/m68k/sun3/
H A Didprom.c131 pr_info("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dsun3lance.c381 dev->dev_addr[i] = idprom->id_ethaddr[i]; in lance_probe()
H A Dsunlance.c1319 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sparc_lance_probe_one()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dsunqe.c847 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in qec_ether_init()
H A Dsunbmac.c1090 dev->dev_addr[i] = idprom->id_ethaddr[i]; in bigmac_ether_init()
H A Dsunhme.c2736 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in happy_meal_sbus_probe_one()
3084 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in happy_meal_pci_probe()
H A Dsungem.c2793 addr = idprom->id_ethaddr; in gem_get_device_address()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c352 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sun3_82586_probe1()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aeroflex/
H A Dgreth.c1462 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()