Lines Matching defs:sense_data
1237 struct sense_data { struct
1238 u8 error_code; /* 70h (current errors), 71h(deferred errors) */
1239 u8 valid:1; /* A valid bit of one indicates that the information */
1243 u8 segment_number; /* Only used for COPY, COMPARE, or COPY AND VERIFY Commands */
1244 u8 sense_key:4; /* Sense Key */
1245 u8 reserved:1;
1246 u8 ILI:1; /* Incorrect Length Indicator */
1247 u8 EOM:1; /* End Of Medium - reserved for random access devices */
1248 u8 filemark:1; /* Filemark - reserved for random access devices */
1250 u8 information[4]; /* for direct-access devices, contains the unsigned
1254 u8 add_sense_len; /* number of additional sense bytes to follow this field */
1255 u8 cmnd_info[4]; /* not used */
1256 u8 ASC; /* Additional Sense Code */
1257 u8 ASCQ; /* Additional Sense Code Qualifier */
1258 u8 FRUC; /* Field Replaceable Unit Code - not used */
1259 u8 bit_ptr:3; /* indicates which byte of the CDB or parameter data
1262 u8 BPV:1; /* bit pointer valid (BPV): 1- indicates that
1286 struct sense_data sense_data; argument
2023 u8 sense_data[AAC_SENSE_BUFFERSIZE]; // Can this be SCSI_SENSE_BUFFERSIZE member