diff options
author | Fu Siyuan <siyuan.fu@intel.com> | 2014-01-22 01:57:06 +0000 |
---|---|---|
committer | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-22 01:57:06 +0000 |
commit | cb162780fee8f7d101cdcf3ca5db63fa2b6000db (patch) | |
tree | 45e00dfbfbbec9e087f4b3791765589654ad378d /NetworkPkg/IScsiDxe/IScsiProto.h | |
parent | b36f701d4f925172516cfdee72915e3217c92551 (diff) | |
download | edk2-cb162780fee8f7d101cdcf3ca5db63fa2b6000db.tar.gz edk2-cb162780fee8f7d101cdcf3ca5db63fa2b6000db.tar.bz2 edk2-cb162780fee8f7d101cdcf3ca5db63fa2b6000db.zip |
Re-execute the failed SCSI command if iSCSI driver could reinstates the session successfully.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Dong, Guo <guo.dong@intel.com>
Reviewed-by: Tian, Feng <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15152 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IScsiDxe/IScsiProto.h')
-rw-r--r-- | NetworkPkg/IScsiDxe/IScsiProto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NetworkPkg/IScsiDxe/IScsiProto.h b/NetworkPkg/IScsiDxe/IScsiProto.h index d97fa083e2..8099f34596 100644 --- a/NetworkPkg/IScsiDxe/IScsiProto.h +++ b/NetworkPkg/IScsiDxe/IScsiProto.h @@ -1,7 +1,7 @@ /** @file
The header file of iSCSI Protocol that defines many specific data structures.
-Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -982,6 +982,7 @@ IScsiNormalizeName ( the Packet.
@retval EFI_DEVICE_ERROR Session state was not as required.
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
+ @retval EFI_NOT_READY The target can not accept new commands.
@retval Others Other errors as indicated.
**/
|