Lines Matching defs:sense_data
865 struct sense_data { struct
866 u8 error_code; /* 70h (current errors), 71h(deferred errors) */
867 u8 valid:1; /* A valid bit of one indicates that the information */
871 u8 segment_number; /* Only used for COPY, COMPARE, or COPY AND VERIFY Commands */
872 u8 sense_key:4; /* Sense Key */
873 u8 reserved:1;
874 u8 ILI:1; /* Incorrect Length Indicator */
875 u8 EOM:1; /* End Of Medium - reserved for random access devices */
876 u8 filemark:1; /* Filemark - reserved for random access devices */
878 u8 information[4]; /* for direct-access devices, contains the unsigned
882 u8 add_sense_len; /* number of additional sense bytes to follow this field */
883 u8 cmnd_info[4]; /* not used */
884 u8 ASC; /* Additional Sense Code */
885 u8 ASCQ; /* Additional Sense Code Qualifier */
886 u8 FRUC; /* Field Replaceable Unit Code - not used */
887 u8 bit_ptr:3; /* indicates which byte of the CDB or parameter data
890 u8 BPV:1; /* bit pointer valid (BPV): 1- indicates that
914 struct sense_data sense_data; argument
1571 u8 sense_data[AAC_SENSE_BUFFERSIZE]; // Can this be SCSI_SENSE_BUFFERSIZE member