]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleNetwork.h
MdePkg/HiiImage.h: Include GraphicsOutput.h
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleNetwork.h
index bdce5d59bb5f269d962172150ad5482be12d5772..839f526beb3e729ae6049ec189ecacb4b86dc6d8 100644 (file)
@@ -9,7 +9,7 @@
   MCast - MultiCast\r
   ...\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+Copyright (c) 2006 - 2016, 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
@@ -121,6 +121,25 @@ typedef struct {
   ///\r
   UINT64  UnsupportedProtocol;\r
 \r
+  ///\r
+  /// Number of valid frames received that were duplicated.\r
+  ///\r
+  UINT64  RxDuplicatedFrames;\r
+\r
+  ///\r
+  /// Number of encrypted frames received that failed to decrypt.\r
+  ///\r
+  UINT64  RxDecryptErrorFrames;\r
+\r
+  ///\r
+  /// Number of frames that failed to transmit after exceeding the retry limit.\r
+  ///\r
+  UINT64  TxErrorFrames;\r
+\r
+  ///\r
+  /// Number of frames transmitted successfully after more than one attempt.\r
+  ///\r
+  UINT64  TxRetryFrames;\r
 } EFI_NETWORK_STATISTICS;\r
 \r
 ///\r
@@ -543,7 +562,7 @@ EFI_STATUS
   @param  SrcAddr    The source HW MAC address. If HeaderSize is zero, then this parameter\r
                      is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then\r
                      This->Mode->CurrentAddress is used for the source HW MAC address.\r
-  @param  DsetAddr   The destination HW MAC address. If HeaderSize is zero, then this\r
+  @param  DestAddr   The destination HW MAC address. If HeaderSize is zero, then this\r
                      parameter is ignored.\r
   @param  Protocol   The type of header to build. If HeaderSize is zero, then this\r
                      parameter is ignored. See RFC 1700, section "Ether Types", for\r
@@ -584,7 +603,7 @@ EFI_STATUS
   @param  SrcAddr    The source HW MAC address. If this parameter is NULL, the\r
                      HW MAC source address will not be extracted from the media\r
                      header.\r
-  @param  DsetAddr   The destination HW MAC address. If this parameter is NULL,\r
+  @param  DestAddr   The destination HW MAC address. If this parameter is NULL,\r
                      the HW MAC destination address will not be extracted from the\r
                      media header.\r
   @param  Protocol   The media header type. If this parameter is NULL, then the\r