Home
last modified time | relevance | path

Searched refs:ATA_SENSE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/ata/
Dlibata-trace.c44 if (status & ATA_SENSE) in libata_trace_parse_status()
Dlibata-eh.c1571 if (tf.command & ATA_SENSE) { in ata_eh_request_sense()
1740 if ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary) { in ata_eh_analyze_ncq_error()
1788 stat &= ~ATA_SENSE; in ata_eh_analyze_tf()
1796 if (stat & ATA_SENSE) in ata_eh_analyze_tf()
2593 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()
2601 res->command & ATA_SENSE ? "SENSE " : "", in ata_eh_link_report()
Dlibata-scsi.c914 if (stat & ATA_SENSE) pr_cont("Sense "); in ata_dump_status()
Dlibata-core.c1697 qc->result_tf.command |= ATA_SENSE; in ata_exec_internal_sg()
/Linux-v4.19/drivers/ide/
Dide-lib.c125 if (stat & ATA_SENSE) in ide_dump_status()
Dide-probe.c277 if ((a ^ s) & ~ATA_SENSE) in ide_dev_read_id()
/Linux-v4.19/include/linux/
Data.h186 ATA_SENSE = (1 << 1), /* sense code available */ enumerator