File diff bd21c8aa7237 → 2ee8c8344ccb
BLD/build/HEADERS/vmkapi-current-all-public/generic/release/scsi/vmkapi_scsi_const.h
Show inline comments
...
 
@@ -407,24 +407,27 @@
 
#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 Logical unit is not configured (array only). */
 
#define VMK_SCSI_ASC_LU_NOT_CONFIGURED                                       0x68
 

	
 
#define VMK_SCSI_ASC_ATA_PASSTHROUGH_INFO_AVAILABLE                          0x00
 
#define VMK_SCSI_ASCQ_ATA_PASSTHROUGH_INFO_AVAILABLE                         0x1d
 

	
 
/*
 
 * 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
 
/** \brief Byte offset of model name in SCSI inquiry. */