Searched refs:ATA_SENSE (Results 1 – 8 of 8) sorted by relevance
31 if (status & ATA_SENSE) in libata_trace_parse_status()
1434 if (tf.command & ATA_SENSE) { in ata_eh_request_sense()1578 stat &= ~ATA_SENSE; in ata_eh_analyze_tf()1585 if (stat & ATA_SENSE) in ata_eh_analyze_tf()2384 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()2392 res->command & ATA_SENSE ? "SENSE " : "", in ata_eh_link_report()
1469 ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()
681 if (stat & ATA_SENSE) pr_cont("Sense "); in ata_dump_status()
1625 qc->result_tf.command |= ATA_SENSE; in ata_exec_internal_sg()
126 if (stat & ATA_SENSE) in ide_dump_status()
278 if ((a ^ s) & ~ATA_SENSE) in ide_dev_read_id()
170 ATA_SENSE = (1 << 1), /* sense code available */ enumerator