Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.c1489 ZeroMem (&SimpleNetworkDevice->GetInformation, sizeof (PXENV_UNDI_GET_INFORMATION_T)); in Undi16SimpleNetworkGetInformation()
1491 SimpleNetworkDevice->GetInformation.Status = INIT_PXE_STATUS; in Undi16SimpleNetworkGetInformation()
1493 Status = PxeUndiGetInformation (SimpleNetworkDevice, &SimpleNetworkDevice->GetInformation); in Undi16SimpleNetworkGetInformation()
1498 …DEBUG ((DEBUG_NET, " GetInformation.Status = %d\n", SimpleNetworkDevice->GetInformation.Stat… in Undi16SimpleNetworkGetInformation()
1499 …DEBUG ((DEBUG_NET, " GetInformation.BaseIo = %d\n", SimpleNetworkDevice->GetInformation.Base… in Undi16SimpleNetworkGetInformation()
1500 …DEBUG ((DEBUG_NET, " GetInformation.IntNumber = %d\n", SimpleNetworkDevice->GetInformation.IntN… in Undi16SimpleNetworkGetInformation()
1501 …DEBUG ((DEBUG_NET, " GetInformation.MaxTranUnit = %d\n", SimpleNetworkDevice->GetInformation.MaxT… in Undi16SimpleNetworkGetInformation()
1502 …DEBUG ((DEBUG_NET, " GetInformation.HwType = %d\n", SimpleNetworkDevice->GetInformation.HwTy… in Undi16SimpleNetworkGetInformation()
1503 …DEBUG ((DEBUG_NET, " GetInformation.HwAddrLen = %d\n", SimpleNetworkDevice->GetInformation.HwAd… in Undi16SimpleNetworkGetInformation()
1504 …DEBUG ((DEBUG_NET, " GetInformation.ROMAddress = %d\n", SimpleNetworkDevice->GetInformation.ROMA… in Undi16SimpleNetworkGetInformation()
[all …]
DBiosSnp16.h78 PXENV_UNDI_GET_INFORMATION_T GetInformation; ///< Data from GET INFORMATION member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DAdapterInformation.h226 EFI_ADAPTER_INFO_GET_INFO GetInformation; member
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiDxe.c107 Status = Aip->GetInformation ( in InternalHstiFindAip()
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DInit.c447 UNDI32Device->Aip.GetInformation = UndiAipGetInfo; in UndiDriverStart()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDriver.c170 Status = Aip->GetInformation (Aip, &gEfiAdapterInfoNetworkBootGuid, &InfoBlock, &InfoBlockSize); in IScsiCheckAip()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDriver.c531 …Status = Aip->GetInformation (Aip, &gEfiAdapterInfoUndiIpv6SupportGuid, &InfoBlock, &InfoBlockSize… in PxeBcCheckIpv6Support()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c960 Status = EfiAdptrInfoProtocol->GetInformation ( in AdapterInformationDumpInformation()