Searched refs:ATA_SENSE (Results 1 – 6 of 6) sorted by relevance
31 if (status & ATA_SENSE) in libata_trace_parse_status()
1426 if (tf.command & ATA_SENSE) { in ata_eh_request_sense()1570 stat &= ~ATA_SENSE; in ata_eh_analyze_tf()1577 if (stat & ATA_SENSE) in ata_eh_analyze_tf()2375 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()2383 res->command & ATA_SENSE ? "SENSE " : "", in ata_eh_link_report()
1481 ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()
685 if (stat & ATA_SENSE) pr_cont("Sense "); in ata_dump_status()
1628 qc->result_tf.command |= ATA_SENSE; in ata_exec_internal_sg()
170 ATA_SENSE = (1 << 1), /* sense code available */ enumerator