]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiDriver.h
NetworkPkg: Bug fix of iSCSI to support MPIO
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiDriver.h
index 825394a1d29a65901bbfc622b7226fbd03af636c..9e59b3857ed38d903cc18c2743d6a23d1f970347 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header file of IScsiDriver.c.\r
 \r
-Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\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 +29,14 @@ 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_AIP    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
 \r
 extern EFI_COMPONENT_NAME2_PROTOCOL       gIScsiComponentName2;\r
 extern EFI_COMPONENT_NAME_PROTOCOL        gIScsiComponentName;\r