File diff d0a14f973771 → 1efda0e3054b
BLD/build/HEADERS/vmkapi-current-all-public-bincomp/vmkernel64/release/scsi/vmkapi_scsi_const.h
Show inline comments
...
 
@@ -389,24 +389,26 @@
 
/** \brief Internal target failure. */
 
#define VMK_SCSI_ASCQ_INTERNAL_TARGET_FAILURE_ASCQ0                          0x00
 
/** \brief An ascq: REPORTED LUNS DATA HAS CHANGED. */
 
#define VMK_SCSI_ASC_CHANGED_ASCQ_REPORTED_LUNS_DATA_CHANGED                 0x0e
 
/** \brief During persistent reservations. */
 
#define VMK_SCSI_ASC_INSUFFICIENT_REGISTRATION_RESOURCES                     0x55
 
/** \brief Logical unit communication failure - asc */
 
#define VMK_SCSI_ASC_LOGICAL_UNIT_FAILED_SELF_CONFIG                         0x4c
 
/** \brief Logical unit failed asc */
 
#define VMK_SCSI_ASC_LOGICAL_UNIT_ERROR                                      0x3e
 
#define VMK_SCSI_ASCQ_LOGICAL_UNIT_FAILED_SELF_TEST                          0x03
 
#define VMK_SCSI_ASCQ_LOGICAL_UNIT_FAILURE                                   0x01
 
/** \brief LU is not configured (array only). */
 
#define VMK_SCSI_ASC_LU_NOT_CONFIGURED                                       0x68
 

	
 
/*
 
 * Inquiry data.
 
 */
 

	
 
/* \brief Standard INQUIRY data layout. */
 
#define VMK_SCSI_INQUIRY_DATA_LEN      255
 

	
 
/** \brief Byte offset of vendor name in SCSI inquiry. */
 
#define VMK_SCSI_INQUIRY_VENDOR_OFFSET 8
 
/** \brief Length of vendor name in SCSI inquiry (w/o terminating NUL). */
 
#define VMK_SCSI_INQUIRY_VENDOR_LENGTH 8