Home
last modified time | relevance | path

Searched refs:ata_eh_cmd_timeout_table (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
Dlibata-eh.c135 ata_eh_cmd_timeout_table[ATA_EH_CMD_TIMEOUT_TABLE_SIZE] = { variable
308 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()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch25303 * ata_eh_cmd_timeout_table in libata-eh.c.