mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[iscsi] Disambiguate the expected target errors in the login response
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user