Lines Matching defs:timeouts
118 const unsigned long *timeouts;
121 /* The following table determines timeouts to use for EH internal
137 .timeouts = ata_eh_identify_timeouts, },
139 .timeouts = ata_eh_revalidate_timeouts, },
141 .timeouts = ata_eh_other_timeouts, },
143 .timeouts = ata_eh_other_timeouts, },
145 .timeouts = ata_eh_other_timeouts, },
147 .timeouts = ata_eh_other_timeouts, },
149 .timeouts = ata_eh_flush_timeouts },
339 return ata_eh_cmd_timeout_table[ent].timeouts[idx];
348 * function should be called only for commands whose timeouts are
364 if (ata_eh_cmd_timeout_table[ent].timeouts[idx + 1] != ULONG_MAX)
573 /* synchronize with host lock and sort out timeouts */