Home
last modified time | relevance | path

Searched refs:mac_addr_base (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/mips/bcm63xx/
Dnvram.c31 u8 mac_addr_base[ETH_ALEN]; member
74 memcpy(nvram.mac_addr_base, hcs_mac_addr, ETH_ALEN); in bcm63xx_nvram_init()
95 memcpy(mac, nvram.mac_addr_base, ETH_ALEN); in bcm63xx_nvram_get_mac_address()
/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-platform.c615 u64 mac_addr_base; in octeon_prune_device_tree() local
627 mac_addr_base = in octeon_prune_device_tree()
628 ((octeon_bootinfo->mac_addr_base[0] & 0xffull)) << 40 | in octeon_prune_device_tree()
629 ((octeon_bootinfo->mac_addr_base[1] & 0xffull)) << 32 | in octeon_prune_device_tree()
630 ((octeon_bootinfo->mac_addr_base[2] & 0xffull)) << 24 | in octeon_prune_device_tree()
631 ((octeon_bootinfo->mac_addr_base[3] & 0xffull)) << 16 | in octeon_prune_device_tree()
632 ((octeon_bootinfo->mac_addr_base[4] & 0xffull)) << 8 | in octeon_prune_device_tree()
633 (octeon_bootinfo->mac_addr_base[5] & 0xffull); in octeon_prune_device_tree()
663 octeon_fdt_set_mac_addr(mgmt, &mac_addr_base); in octeon_prune_device_tree()
673 octeon_fdt_pip_iface(pip, i, &mac_addr_base); in octeon_prune_device_tree()
Dsetup.c649 memcpy(sysinfo->mac_addr_base, octeon_bootinfo->mac_addr_base, in prom_init()
650 sizeof(sysinfo->mac_addr_base)); in prom_init()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h83 uint8_t mac_addr_base[6]; member
Dcvmx-bootinfo.h90 uint8_t mac_addr_base[6]; member
164 uint8_t mac_addr_base[6];
Docteon.h106 uint8_t mac_addr_base[6]; member