Searched refs:MemoryRequired (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Initialize.c | 230 Snp->TxRxBufferSize = (UINT32) (Snp->InitInfo.MemoryRequired + ExtraRxBufferSize + ExtraTxBufferSize);
|
H A D | Snp.c | 640 Snp->TxRxBufferSize = Snp->InitInfo.MemoryRequired;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/ |
H A D | UefiPxe.h | 1104 /// If MemoryRequired is zero, the UNDI does not need and will not 1107 PXE_UINT32 MemoryRequired; member in struct:s_pxe_db_get_init_info 1151 /// be allocated by the UNDI. If MemoryRequired is non-zero, this 1153 /// command. If MemoryRequired is zero, this allocation will come out of 1256 /// MemoryLength must be greater than or equal to MemoryRequired
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/ |
H A D | UefiPxe.h | 1106 /// If MemoryRequired is zero, the UNDI does not need and will not 1109 PXE_UINT32 MemoryRequired; member in struct:s_pxe_db_get_init_info 1153 /// be allocated by the UNDI. If MemoryRequired is non-zero, this 1155 /// command. If MemoryRequired is zero, this allocation will come out of 1258 /// MemoryLength must be greater than or equal to MemoryRequired
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
H A D | Decode.c | 224 MemoryRequired, FrameDataLen, LinkSpeeds[0-3], NvCount, NvWidth, MediaHeaderLen, HWaddrLen, 245 DbPtr->MemoryRequired = MEMORY_NEEDED;
|
Completed in 577 milliseconds