Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
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()
/Linux-v4.19/arch/sparc/include/asm/
Didprom.h16 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/Linux-v4.19/arch/m68k/include/asm/
Didprom.h15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/Linux-v4.19/arch/m68k/sun3/
Didprom.c131 pr_info("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/Linux-v4.19/drivers/net/ethernet/amd/
Dsun3lance.c380 dev->dev_addr[i] = idprom->id_ethaddr[i]; in lance_probe()
Dsunlance.c1328 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sparc_lance_probe_one()
/Linux-v4.19/drivers/net/ethernet/sun/
Dsunqe.c847 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in qec_ether_init()
Dsunbmac.c1089 dev->dev_addr[i] = idprom->id_ethaddr[i]; in bigmac_ether_init()
Dsunhme.c2737 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in happy_meal_sbus_probe_one()
3085 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in happy_meal_pci_probe()
Dsungem.c2790 addr = idprom->id_ethaddr; in gem_get_device_address()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dsun3_82586.c352 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sun3_82586_probe1()
/Linux-v4.19/drivers/net/ethernet/aeroflex/
Dgreth.c1468 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c17008 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in tg3_get_default_macaddr_sparc()