Lines Matching defs:sense_data
810 struct sense_data { struct
811 u8 error_code; /* 70h (current errors), 71h(deferred errors) */
812 u8 valid:1; /* A valid bit of one indicates that the information */
816 u8 segment_number; /* Only used for COPY, COMPARE, or COPY AND VERIFY Commands */
817 u8 sense_key:4; /* Sense Key */
818 u8 reserved:1;
819 u8 ILI:1; /* Incorrect Length Indicator */
820 u8 EOM:1; /* End Of Medium - reserved for random access devices */
821 u8 filemark:1; /* Filemark - reserved for random access devices */
823 u8 information[4]; /* for direct-access devices, contains the unsigned
827 u8 add_sense_len; /* number of additional sense bytes to follow this field */
828 u8 cmnd_info[4]; /* not used */
829 u8 ASC; /* Additional Sense Code */
830 u8 ASCQ; /* Additional Sense Code Qualifier */
831 u8 FRUC; /* Field Replaceable Unit Code - not used */
832 u8 bit_ptr:3; /* indicates which byte of the CDB or parameter data
835 u8 BPV:1; /* bit pointer valid (BPV): 1- indicates that
859 struct sense_data sense_data; argument
1496 u8 sense_data[AAC_SENSE_BUFFERSIZE]; // Can this be SCSI_SENSE_BUFFERSIZE member