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