Lines Matching defs:scsi_err_recovery
286 struct scsi_err_recovery { struct
287 u_char page_savable : 1; /* save parameters */
288 u_char reserved : 1;
289 u_char page_code : 6; /* = 0x01 */
290 u_char page_length; /* = 6 */
291 u_char awre : 1; /* auto write realloc enabled */
292 u_char arre : 1; /* auto read realloc enabled */
293 u_char tb : 1; /* transfer block */
294 u_char rc : 1; /* read continuous */
295 u_char eec : 1; /* enable early correction */
296 u_char per : 1; /* post error */
297 u_char dte : 1; /* disable transfer on error */
298 u_char dcr : 1; /* disable correction */
299 u_char retry_count;
300 u_char correction_span;
301 u_char head_offset_count;
302 u_char strobe_offset_count;
303 u_char recovery_time_limit;