From 7ef314514c85bdd2708a3ce75618d9666502ee35 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 23 Feb 2011 09:52:02 +0000 Subject: [iscsi] Disambiguate the expected target errors in the login response Signed-off-by: Michael Brown --- src/include/ipxe/iscsi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/iscsi.h b/src/include/ipxe/iscsi.h index 4890bcc6d..f336c7cc0 100644 --- a/src/include/ipxe/iscsi.h +++ b/src/include/ipxe/iscsi.h @@ -237,6 +237,8 @@ struct iscsi_bhs_login_response { #define ISCSI_STATUS_INITIATOR_ERROR_NOT_FOUND 0x03 #define ISCSI_STATUS_INITIATOR_ERROR_REMOVED 0x04 #define ISCSI_STATUS_TARGET_ERROR 0x03 +#define ISCSI_STATUS_TARGET_ERROR_UNAVAILABLE 0x01 +#define ISCSI_STATUS_TARGET_ERROR_NO_RESOURCES 0x02 /** * iSCSI SCSI command basic header segment -- cgit v1.2.3-55-g7522