Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/arch/sparc/include/asm/
Didprom.h16 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/Linux-v5.10/arch/m68k/include/asm/
Didprom.h15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/Linux-v5.10/arch/m68k/sun3/
Didprom.c131 pr_info("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/Linux-v5.10/drivers/net/ethernet/amd/
Dsun3lance.c381 dev->dev_addr[i] = idprom->id_ethaddr[i]; in lance_probe()
Dsunlance.c1319 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sparc_lance_probe_one()
/Linux-v5.10/drivers/net/ethernet/sun/
Dsunqe.c847 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in qec_ether_init()
Dsunbmac.c1090 dev->dev_addr[i] = idprom->id_ethaddr[i]; in bigmac_ether_init()
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()
Dsungem.c2793 addr = idprom->id_ethaddr; in gem_get_device_address()
/Linux-v5.10/drivers/net/ethernet/i825xx/
Dsun3_82586.c352 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sun3_82586_probe1()
/Linux-v5.10/drivers/net/ethernet/aeroflex/
Dgreth.c1461 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()