Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Didprom.h15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/linux-4.4.14/arch/m68k/include/asm/
Didprom.h14 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
/linux-4.4.14/arch/sparc/kernel/
Didprom.c90 printk(KERN_WARNING "Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/linux-4.4.14/arch/m68k/sun3/
Didprom.c128 printk("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
/linux-4.4.14/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-4.4.14/drivers/net/ethernet/sun/
Dsunqe.c846 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.c2733 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in happy_meal_sbus_probe_one()
3081 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in happy_meal_pci_probe()
Dsungem.c2774 addr = idprom->id_ethaddr; in gem_get_device_address()
/linux-4.4.14/drivers/net/ethernet/i825xx/
Dsun3_82586.c352 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sun3_82586_probe1()
/linux-4.4.14/drivers/net/ethernet/aeroflex/
Dgreth.c1501 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8578 ether_addr_copy(hw->mac.perm_addr, idprom->id_ethaddr); in ixgbe_get_platform_mac_addr()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c16933 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in tg3_get_default_macaddr_sparc()