Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.c1654 ZeroMem (&SimpleNetworkDevice->GetNdisInfo, sizeof (PXENV_UNDI_GET_NDIS_INFO_T)); in Undi16SimpleNetworkGetNdisInfo()
1656 SimpleNetworkDevice->GetNdisInfo.Status = INIT_PXE_STATUS; in Undi16SimpleNetworkGetNdisInfo()
1658 Status = PxeUndiGetNdisInfo (SimpleNetworkDevice, &SimpleNetworkDevice->GetNdisInfo); in Undi16SimpleNetworkGetNdisInfo()
1664 DEBUG ((DEBUG_NET, " GetNdisInfo.Status = %d\n", SimpleNetworkDevice->GetNdisInfo.Status)); in Undi16SimpleNetworkGetNdisInfo()
1665 …DEBUG ((DEBUG_NET, " GetNdisInfo.IfaceType = %a\n", SimpleNetworkDevice->GetNdisInfo.IfaceType… in Undi16SimpleNetworkGetNdisInfo()
1666 …DEBUG ((DEBUG_NET, " GetNdisInfo.LinkSpeed = %d\n", SimpleNetworkDevice->GetNdisInfo.LinkSpeed… in Undi16SimpleNetworkGetNdisInfo()
1667 …DEBUG ((DEBUG_NET, " GetNdisInfo.ServiceFlags = %08x\n", SimpleNetworkDevice->GetNdisInfo.Service… in Undi16SimpleNetworkGetNdisInfo()
1672 if (SimpleNetworkDevice->GetNdisInfo.Status != PXENV_STATUS_SUCCESS) { in Undi16SimpleNetworkGetNdisInfo()
DBiosSnp16.h80 PXENV_UNDI_GET_NDIS_INFO_T GetNdisInfo; ///< Data from GET NDIS INFO member