Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/sparc/include/asm/
H A Didprom.h16 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/openbmc/linux/arch/m68k/include/asm/
H A Didprom.h15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/openbmc/linux/arch/m68k/sun3/
H A Didprom.c131 pr_info("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c375 eth_hw_addr_set(dev, idprom->id_ethaddr); in lance_probe()
H A Dsunlance.c1317 eth_hw_addr_set(dev, idprom->id_ethaddr); in sparc_lance_probe_one()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.c847 eth_hw_addr_set(dev, idprom->id_ethaddr); in qec_ether_init()
H A Dsunbmac.c1088 eth_hw_addr_set(dev, idprom->id_ethaddr); in bigmac_ether_init()
H A Dsunhme.c2425 eth_hw_addr_set(hp->dev, idprom->id_ethaddr); in happy_meal_addr_init()
H A Dsungem.c2782 addr = idprom->id_ethaddr; in gem_get_device_address()
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c349 eth_hw_addr_set(dev, idprom->id_ethaddr); in sun3_82586_probe1()
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1461 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()