Searched refs:ATA_SENSE (Results 1 – 7 of 7) sorted by relevance
31 if (status & ATA_SENSE) in libata_trace_parse_status()
1550 if (tf.command & ATA_SENSE) { in ata_eh_request_sense()1720 ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()1768 stat &= ~ATA_SENSE; in ata_eh_analyze_tf()1775 if (stat & ATA_SENSE) in ata_eh_analyze_tf()2574 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()2582 res->command & ATA_SENSE ? "SENSE " : "", in ata_eh_link_report()
899 if (stat & ATA_SENSE) pr_cont("Sense "); in ata_dump_status()
1681 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