Searched refs:AddrWord (Results 1 – 1 of 1) sorted by relevance
665 USHORT AddrWord; in NICGetPermanentMacAddress() local673 if (!E1000ReadEeprom(Adapter, (UCHAR)n, &AddrWord)) in NICGetPermanentMacAddress()675 Adapter->PermanentMacAddress[n * 2 + 0] = AddrWord & 0xff; in NICGetPermanentMacAddress()676 Adapter->PermanentMacAddress[n * 2 + 1] = (AddrWord >> 8) & 0xff; in NICGetPermanentMacAddress()