Searched refs:Pxe (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c140 PXE_UNDI *Pxe; local
188 Pxe = (PXE_UNDI *) (UINTN) (NiiProtocol->Id);
193 if (Pxe->hw.Signature != PXE_ROMID_SIGNATURE) {
199 if (Pxe->hw.Rev < PXE_ROMID_REV) {
205 if (Pxe->hw.MajorVer < PXE_ROMID_MAJORVER) {
211 } else if (Pxe->hw.MajorVer == PXE_ROMID_MAJORVER && Pxe->hw.MinorVer < PXE_ROMID_MINORVER) {
219 if ((Pxe->hw.Implementation & PXE_ROMID_IMP_HW_UNDI) == 0) {
220 if (Pxe->sw.EntryPoint < Pxe
276 PXE_UNDI *Pxe; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DMisc.c451 PXE_T *Pxe; local
755 Pxe = (PXE_T *)(UINTN)((UndiLoaderTable->PXEptr.Segment << 4) + UndiLoaderTable->PXEptr.Offset);
756 SimpleNetworkDevice->Nii.Id = (UINT64)(UINTN) Pxe;
762 if (CompareMem (Pxe->Signature, PXE_SIG, sizeof Pxe->Signature) != 0) {
770 if (CalculateSum8 ((UINT8 *) Pxe, Pxe->StructLength) != 0) {
775 if (Pxe->StructLength < (UINT8 *) &Pxe->FirstSelector - (UINT8 *) Pxe
[all...]
H A DBiosSnp16.h40 #include "Pxe.h"
77 PXE_T *Pxe; ///< Pointer to !PXE structure member in struct:__anon10373

Completed in 37 milliseconds