Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Uefi/UefiPxe.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Uefi/UefiPxe.h
r58466 r77662 4 4 are needed for porting PXE to EFI. 5 5 6 Copyright (c) 2006 - 201 3, Intel Corporation. All rights reserved.<BR>6 Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR> 7 7 This program and the accompanying materials are licensed and made available under 8 8 the terms and conditions of the BSD License that accompanies this distribution. … … 1080 1080 /// 1081 1081 /// protocol driver can provide anything for this Unique_ID, UNDI remembers 1082 /// that as just a 64bit value assoc aited to the interface specified by1082 /// that as just a 64bit value associated to the interface specified by 1083 1083 /// the ifnum and gives it back as a parameter to all the call-back routines 1084 1084 /// when calling for that interface! … … 1459 1459 #define PXE_STATISTICS_UNSUPPORTED_PROTOCOL 0x15 1460 1460 1461 /// 1462 /// Number of valid frames received that were duplicated. 1463 /// 1464 #define PXE_STATISTICS_RX_DUPLICATED_FRAMES 0x16 1465 1466 /// 1467 /// Number of encrypted frames received that failed to decrypt. 1468 /// 1469 #define PXE_STATISTICS_RX_DECRYPT_ERROR_FRAMES 0x17 1470 1471 /// 1472 /// Number of frames that failed to transmit after exceeding the retry limit. 1473 /// 1474 #define PXE_STATISTICS_TX_ERROR_FRAMES 0x18 1475 1476 /// 1477 /// Number of frames transmitted successfully after more than one attempt. 1478 /// 1479 #define PXE_STATISTICS_TX_RETRY_FRAMES 0x19 1480 1461 1481 typedef struct s_pxe_cpb_mcast_ip_to_mac { 1462 1482 ///
Note:
See TracChangeset
for help on using the changeset viewer.