]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiDriver.h
SecurityPkg/Tcg2Dxe: Properly shutdown TPM before reset
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiDriver.h
index 825394a1d29a65901bbfc622b7226fbd03af636c..6c6e11b0d22831af246ae8f4f90d2b8047f75976 100644 (file)
@@ -1,7 +1,9 @@
 /** @file\r
   The header file of IScsiDriver.c.\r
 \r
-Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
+(C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>\r
+\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -29,7 +31,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #define IP_MODE_AUTOCONFIG_IP4     3\r
 #define IP_MODE_AUTOCONFIG_IP6     4\r
-#define IP_MODE_AUTOCONFIG_SUCCESS 5\r
+#define ALWAYS_USE_UEFI_ISCSI_AND_IGNORE_ISCSI_HBA  0x00\r
+#define STOP_UEFI_ISCSI_IF_HBA_INSTALL_AIP          0x01\r
+#define STOP_UEFI_ISCSI_IF_AIP_SUPPORT_IP4          0x02\r
+#define STOP_UEFI_ISCSI_IF_AIP_SUPPORT_IP6          0x04\r
+#define STOP_UEFI_ISCSI_IF_AIP_SUPPORT_OFFLOAD      0x08\r
+#define STOP_UEFI_ISCSI_IF_AIP_SUPPORT_MPIO         0x10\r
+#define STOP_UEFI_ISCSI_IF_AIP_CONFIGURED_IP4       0x20\r
+#define STOP_UEFI_ISCSI_IF_AIP_CONFIGURED_IP6       0x40\r
+#define ALWAYS_USE_ISCSI_HBA_AND_IGNORE_UEFI_ISCSI  0xFF\r
 \r
 extern EFI_COMPONENT_NAME2_PROTOCOL       gIScsiComponentName2;\r
 extern EFI_COMPONENT_NAME_PROTOCOL        gIScsiComponentName;\r
@@ -58,7 +68,6 @@ typedef struct {
   LIST_ENTRY      AttemptConfigs;       // User configured Attempt list.\r
   CHAR8           InitiatorName[ISCSI_NAME_MAX_SIZE];\r
   UINTN           InitiatorNameLength;\r
-  VOID            *NewAttempt;          // Attempt is created but not saved.\r
 } ISCSI_PRIVATE_DATA;\r
 \r
 extern ISCSI_PRIVATE_DATA                 *mPrivate;\r