Searched refs:et0mac (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm47xx/
H A Dwgt634u.c136 u8 *et0mac = ssb_bcm47xx.sprom.et0mac; local
138 if (et0mac[0] == 0x00 &&
139 ((et0mac[1] == 0x09 && et0mac[2] == 0x5b) ||
140 (et0mac[1] == 0x0f && et0mac[2] == 0xb5))) {
H A Dsetup.c75 nvram_parse_macaddr(buf, sprom->et0mac);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c794 memcpy(bcm63xx_sprom.et0mac, bcm63xx_sprom.il0mac, ETH_ALEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/ssb/
H A Dssb.h22 u8 et0mac[6]; /* MAC address for Ethernet */ member in struct:ssb_sprom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Dpci.c351 *(((__be16 *)out->et0mac) + i) = cpu_to_be16(v);
574 memset(out->et0mac, 0xFF, 6); /* preset et0 and et1 mac */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Db44.c2070 addr = sdev->bus->sprom.et0mac;

Completed in 88 milliseconds