Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c700 UINTN HwAddressSize; in _DevPathMacAddr() local
706 HwAddressSize = DevicePathNodeLength( & MAC-> Header ) ; in _DevPathMacAddr()
707 HwAddressSize -= sizeof( MAC-> Header ) ; in _DevPathMacAddr()
708 HwAddressSize -= sizeof( MAC-> IfType ) ; in _DevPathMacAddr()
710 HwAddressSize = 6; in _DevPathMacAddr()
715 for(Index = 0; Index < HwAddressSize; Index++) { in _DevPathMacAddr()
/DragonStub/inc/
H A Definet.h144 UINT32 HwAddressSize; member