]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiPxe.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiPxe.h
index 2972ff7e31afed9c4a922f7d50e1a6eb0db588a6..7fc3dc645ead3491258c1cabbc248cfa3dedc6ed 100644 (file)
@@ -3,13 +3,13 @@
   structure prototypes, global variables and constants that\r
   are needed for porting PXE to EFI.\r
 \r
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+http://opensource.org/licenses/bsd-license.php.\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
@@ -1079,7 +1079,7 @@ typedef struct s_pxe_cpb_start_31 {
 \r
   ///\r
   /// protocol driver can provide anything for this Unique_ID, UNDI remembers\r
-  /// that as just a 64bit value assocaited to the interface specified by\r
+  /// that as just a 64bit value associated to the interface specified by\r
   /// the ifnum and gives it back as a parameter to all the call-back routines\r
   /// when calling for that interface!\r
   ///\r
@@ -1458,6 +1458,26 @@ typedef struct s_pxe_db_statistics {
 ///\r
 #define PXE_STATISTICS_UNSUPPORTED_PROTOCOL 0x15\r
 \r
+///\r
+/// Number of valid frames received that were duplicated.\r
+///\r
+#define PXE_STATISTICS_RX_DUPLICATED_FRAMES 0x16\r
+\r
+///\r
+/// Number of encrypted frames received that failed to decrypt.\r
+///\r
+#define PXE_STATISTICS_RX_DECRYPT_ERROR_FRAMES 0x17\r
+\r
+///\r
+/// Number of frames that failed to transmit after exceeding the retry limit.\r
+///\r
+#define PXE_STATISTICS_TX_ERROR_FRAMES 0x18\r
+\r
+///\r
+/// Number of frames transmitted successfully after more than one attempt.\r
+///\r
+#define PXE_STATISTICS_TX_RETRY_FRAMES 0x19\r
+\r
 typedef struct s_pxe_cpb_mcast_ip_to_mac {\r
   ///\r
   /// Multicast IP address to be converted to multicast MAC address.\r