Lines Matching defs:scsi_err_recovery
309 struct scsi_err_recovery { struct
310 u_char page_savable : 1; /* save parameters */
311 u_char reserved : 1;
312 u_char page_code : 6; /* = 0x01 */
313 u_char page_length; /* = 6 */
314 u_char awre : 1; /* auto write realloc enabled */
315 u_char arre : 1; /* auto read realloc enabled */
316 u_char tb : 1; /* transfer block */
317 u_char rc : 1; /* read continuous */
318 u_char eec : 1; /* enable early correction */
319 u_char per : 1; /* post error */
320 u_char dte : 1; /* disable transfer on error */
321 u_char dcr : 1; /* disable correction */
322 u_char retry_count;
323 u_char correction_span;
324 u_char head_offset_count;
325 u_char strobe_offset_count;
326 u_char recovery_time_limit;