Searched refs:id_ethaddr (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | idprom.c | 68 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/ |
D | idprom.h | 16 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | idprom.h | 15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
|
/Linux-v4.19/arch/m68k/sun3/ |
D | idprom.c | 131 pr_info("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | sun3lance.c | 380 dev->dev_addr[i] = idprom->id_ethaddr[i]; in lance_probe()
|
D | sunlance.c | 1328 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sparc_lance_probe_one()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunqe.c | 847 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in qec_ether_init()
|
D | sunbmac.c | 1089 dev->dev_addr[i] = idprom->id_ethaddr[i]; in bigmac_ether_init()
|
D | sunhme.c | 2737 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()
|
D | sungem.c | 2790 addr = idprom->id_ethaddr; in gem_get_device_address()
|
/Linux-v4.19/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 352 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sun3_82586_probe1()
|
/Linux-v4.19/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1468 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | tg3.c | 17008 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in tg3_get_default_macaddr_sparc()
|