Lines Matching refs:result_tf
1716 memcpy(&qc->result_tf, &tf, sizeof(tf)); in ata_eh_analyze_ncq_error()
1717 qc->result_tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_LBA | ATA_TFLAG_LBA48; in ata_eh_analyze_ncq_error()
1720 ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()
1723 sense_key = (qc->result_tf.auxiliary >> 16) & 0xff; in ata_eh_analyze_ncq_error()
1724 asc = (qc->result_tf.auxiliary >> 8) & 0xff; in ata_eh_analyze_ncq_error()
1725 ascq = qc->result_tf.auxiliary & 0xff; in ata_eh_analyze_ncq_error()
1728 &qc->result_tf); in ata_eh_analyze_ncq_error()
1791 qc->result_tf.feature >> 4); in ata_eh_analyze_tf()
2157 ehc->i.action |= ata_eh_analyze_tf(qc, &qc->result_tf); in ata_eh_link_autopsy()
2489 struct ata_taskfile *cmd = &qc->tf, *res = &qc->result_tf; in ata_eh_link_report()
3401 qc->result_tf = tf; in ata_eh_maybe_retry_flush()
3990 memset(&qc->result_tf, 0, sizeof(qc->result_tf)); in ata_eh_finish()