HomeSort by relevance Sort by last modified time
    Searched defs:HwAddressSize (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
ComponentName.c 106 UINTN HwAddressSize;
119 Status = NetLibGetMacAddress (Private->Controller, &MacAddress, &HwAddressSize);
124 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
IScsiIbft.c 269 UINTN HwAddressSize;
329 Status = NetLibGetMacAddress (DriverData->Controller, &MacAddress, &HwAddressSize);
IScsiMisc.c 636 UINTN HwAddressSize;
644 Status = NetLibGetMacAddress (Controller, &MacAddress, &HwAddressSize);
649 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
691 UINTN HwAddressSize;
712 Status = NetLibGetMacAddress (Private->Controller, &MacAddress, &HwAddressSize);
715 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
IScsiConfig.c 199 UINTN HwAddressSize;
243 Status = NetLibGetMacAddress (Handles[HandleIndex], &MacAddress, &HwAddressSize);
249 if ((CurMacInfo->Len == HwAddressSize) &&
251 (NET_MAC_EQUAL (&CurMacInfo->Mac, MacAddress.Addr, HwAddressSize))
299 NetLibGetMacAddress (Handles[Index], &MacAddress, &HwAddressSize);
302 CopyMem (&CurMacInfo->Mac, MacAddress.Addr, HwAddressSize);
303 CurMacInfo->Len = (UINT8) HwAddressSize;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4Config2.h 94 UINT32 HwAddressSize;
Ip6Config.h 113 UINT32 HwAddressSize;
SimpleNetwork.h 158 UINT32 HwAddressSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DeviceManager.c 115 UINTN HwAddressSize;
127 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
129 HwAddressSize = 6;
136 BufferLen = (4 + 2 * HwAddressSize + (HwAddressSize - 1) + 5 + 1) * sizeof (CHAR16);
150 for (Index = 0; Index < HwAddressSize; Index++) {
152 if (Index < HwAddressSize - 1) {
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.h 75 UINT32 HwAddressSize;
    [all...]
IScsiMisc.c 487 UINTN HwAddressSize;
493 Status = NetLibGetMacAddress (Controller, &MacAddr, &HwAddressSize);
508 if (NicInfo->HwAddressSize == HwAddressSize &&
509 CompareMem (&NicInfo->PermanentAddress, MacAddr.Addr, HwAddressSize) == 0 &&
528 CopyMem (&NicInfo->PermanentAddress, MacAddr.Addr, HwAddressSize);
529 NicInfo->HwAddressSize = (UINT32) HwAddressSize;
574 UINTN HwAddressSize;
580 Status = NetLibGetMacAddress (Controller, &MacAddr, &HwAddressSize);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
EfiDevice.c 150 UINTN HwAddressSize;
168 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
170 HwAddressSize = 6;
174 for (Index = 0; Index < HwAddressSize; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 144 UINT32 HwAddressSize;
  /external/syslinux/efi32/include/efi/
efinet.h 145 UINT32 HwAddressSize;
  /external/syslinux/efi64/include/efi/
efinet.h 145 UINT32 HwAddressSize;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 145 UINT32 HwAddressSize;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 654 UINTN HwAddressSize;
659 HwAddressSize = sizeof(EFI_MAC_ADDRESS);
661 HwAddressSize = 6;
666 for(Index = 0; Index < HwAddressSize; Index++) {
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 143 UINT32 HwAddressSize;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c 355 UINTN HwAddressSize;
367 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
369 HwAddressSize = 6;
376 BufferLen = (4 + 2 * HwAddressSize + (HwAddressSize - 1) + 5 + 1) * sizeof (CHAR16);
390 for (Index = 0; Index < HwAddressSize; Index++) {
392 if (Index < HwAddressSize - 1) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 829 UINTN HwAddressSize;
839 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
841 HwAddressSize = 6;
844 for (Index = 0, PBuffer = Buffer; Index < HwAddressSize; Index++, PBuffer += 2) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]

Completed in 3159 milliseconds