Searched refs:mac0 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/rdc/base-files/lib/preinit/
H A D05_set_ether_mac_rdc19 mac0=$(hexdump -n 6 -e '6/1 ":%X"' -s 24583 $config | cut -c2-)
20 [ "$mac0" = "FF:FF:FF:FF:FF:FF" -o "$mac0" = "0:0:0:0:0:0" ] && unset mac0
24 if [ -n "$mac0" ]; then
25 logger -t kernel -p user.info "r6040: Setting MAC for eth0 to $mac0"
26 ifconfig eth0 hw ether "$mac0"
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-wzr-hp-g300nh2.c144 u8 *mac0 = eeprom + WZRHPG300NH2_MAC_OFFSET; local
149 ath79_init_mac(ath79_eth0_data.mac_addr, mac0, 0);
152 ath79_init_mac(ath79_eth0_data.mac_addr, mac0, 0);
174 ap91_pci_init(eeprom, mac0);
H A Dmach-dir-825-b1.c141 u8 mac0[ETH_ALEN], mac1[ETH_ALEN]; local
153 dir825b1_read_ascii_mac(mac0, caldata + DIR825B1_MAC0_OFFSET);
156 ath79_init_mac(ath79_eth0_data.mac_addr, mac0, 0);
158 ath79_init_mac(wmac0, mac0, 0);

Completed in 81 milliseconds