Home
last modified time | relevance | path

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

/reactos/drivers/network/dd/e1000/
H A Dhardware.c665 USHORT AddrWord; in NICGetPermanentMacAddress() local
673 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()