diff options
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/iscsi.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
