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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c767 u32 orig_mac[2]; member in struct:fe_priv
5570 np->orig_mac[0] = readl(base + NvRegMacAddrA);
5571 np->orig_mac[1] = readl(base + NvRegMacAddrB);
5576 dev->dev_addr[0] = (np->orig_mac[0] >> 0) & 0xff;
5577 dev->dev_addr[1] = (np->orig_mac[0] >> 8) & 0xff;
5578 dev->dev_addr[2] = (np->orig_mac[0] >> 16) & 0xff;
5579 dev->dev_addr[3] = (np->orig_mac[0] >> 24) & 0xff;
5580 dev->dev_addr[4] = (np->orig_mac[1] >> 0) & 0xff;
5581 dev->dev_addr[5] = (np->orig_mac[1] >> 8) & 0xff;
5584 dev->dev_addr[0] = (np->orig_mac[
[all...]

Completed in 77 milliseconds