Searched refs:ATA_SENSE (Results 1 – 6 of 6) sorted by relevance
31 if (status & ATA_SENSE) in libata_trace_parse_status()
1430 if (tf.status & ATA_SENSE) { in ata_eh_request_sense()1571 stat &= ~ATA_SENSE; in ata_eh_analyze_tf()1578 if (stat & ATA_SENSE) in ata_eh_analyze_tf()2370 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()2378 res->status & ATA_SENSE ? "SENSE " : "", in ata_eh_link_report()
1460 ((qc->result_tf.status & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()
718 stat & ATA_SENSE ? "Sense " : "", in ata_dump_status()
1603 qc->result_tf.status |= ATA_SENSE; in ata_exec_internal_sg()
170 ATA_SENSE = (1 << 1), /* sense code available */ enumerator