Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.c1603 ZeroMem (&SimpleNetworkDevice->GetNicType, sizeof (PXENV_UNDI_GET_NIC_TYPE_T)); in Undi16SimpleNetworkGetNicType()
1605 SimpleNetworkDevice->GetNicType.Status = INIT_PXE_STATUS; in Undi16SimpleNetworkGetNicType()
1607 Status = PxeUndiGetNicType (SimpleNetworkDevice, &SimpleNetworkDevice->GetNicType); in Undi16SimpleNetworkGetNicType()
1613 DEBUG ((DEBUG_NET, " GetNicType.Status = %d\n", SimpleNetworkDevice->GetNicType.Status)); in Undi16SimpleNetworkGetNicType()
1614 DEBUG ((DEBUG_NET, " GetNicType.NicType = %d\n", SimpleNetworkDevice->GetNicType.NicType)); in Undi16SimpleNetworkGetNicType()
1618 if (SimpleNetworkDevice->GetNicType.Status != PXENV_STATUS_SUCCESS) { in Undi16SimpleNetworkGetNicType()
DBiosSnp16.h79 PXENV_UNDI_GET_NIC_TYPE_T GetNicType; ///< Data from GET NIC TYPE member