Searched refs:id_ethaddr (Results 1 – 14 of 14) sorted by relevance
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | idprom.h | 15 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | idprom.h | 14 u8 id_ethaddr[6]; /* Hardware ethernet address */ member
|
| /linux-4.4.14/arch/sparc/kernel/ |
| D | idprom.c | 90 printk(KERN_WARNING "Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
|
| /linux-4.4.14/arch/m68k/sun3/ |
| D | idprom.c | 128 printk("Ethernet address: %pM\n", idprom->id_ethaddr); in idprom_init()
|
| /linux-4.4.14/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-4.4.14/drivers/net/ethernet/sun/ |
| D | sunqe.c | 846 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in qec_ether_init()
|
| D | sunbmac.c | 1090 dev->dev_addr[i] = idprom->id_ethaddr[i]; in bigmac_ether_init()
|
| D | sunhme.c | 2733 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()
|
| D | sungem.c | 2774 addr = idprom->id_ethaddr; in gem_get_device_address()
|
| /linux-4.4.14/drivers/net/ethernet/i825xx/ |
| D | sun3_82586.c | 352 dev->dev_addr[i] = idprom->id_ethaddr[i]; in sun3_82586_probe1()
|
| /linux-4.4.14/drivers/net/ethernet/aeroflex/ |
| D | greth.c | 1501 macaddr[i] = (unsigned int) idprom->id_ethaddr[i]; in greth_of_probe()
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 8578 ether_addr_copy(hw->mac.perm_addr, idprom->id_ethaddr); in ixgbe_get_platform_mac_addr()
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 16933 memcpy(dev->dev_addr, idprom->id_ethaddr, ETH_ALEN); in tg3_get_default_macaddr_sparc()
|