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