Lines Matching defs:scsi_err_recovery
346 struct scsi_err_recovery { struct
347 u_char page_savable : 1; /* save parameters */
348 u_char reserved : 1;
349 u_char page_code : 6; /* = 0x01 */
350 u_char page_length; /* = 6 */
351 u_char awre : 1; /* auto write realloc enabled */
352 u_char arre : 1; /* auto read realloc enabled */
353 u_char tb : 1; /* transfer block */
354 u_char rc : 1; /* read continuous */
355 u_char eec : 1; /* enable early correction */
356 u_char per : 1; /* post error */
357 u_char dte : 1; /* disable transfer on error */
358 u_char dcr : 1; /* disable correction */
359 u_char retry_count;
360 u_char correction_span;
361 u_char head_offset_count;
362 u_char strobe_offset_count;
363 u_char recovery_time_limit;