Searched refs:ata_eh_cmd_timeout_table (Results 1 – 2 of 2) sorted by relevance
135 ata_eh_cmd_timeout_table[ATA_EH_CMD_TIMEOUT_TABLE_SIZE] = { variable308 for (cur = ata_eh_cmd_timeout_table[i].commands; *cur; cur++) in ata_lookup_timeout_table()339 return ata_eh_cmd_timeout_table[ent].timeouts[idx]; in ata_internal_cmd_timeout()364 if (ata_eh_cmd_timeout_table[ent].timeouts[idx + 1] != ULONG_MAX) in ata_internal_cmd_timed_out()
25303 * ata_eh_cmd_timeout_table in libata-eh.c.