Lines Matching refs:result_tf
1737 memcpy(&qc->result_tf, &tf, sizeof(tf)); in ata_eh_analyze_ncq_error()
1738 qc->result_tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_LBA | ATA_TFLAG_LBA48; in ata_eh_analyze_ncq_error()
1740 if ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary) { in ata_eh_analyze_ncq_error()
1743 sense_key = (qc->result_tf.auxiliary >> 16) & 0xff; in ata_eh_analyze_ncq_error()
1744 asc = (qc->result_tf.auxiliary >> 8) & 0xff; in ata_eh_analyze_ncq_error()
1745 ascq = qc->result_tf.auxiliary & 0xff; in ata_eh_analyze_ncq_error()
1748 &qc->result_tf); in ata_eh_analyze_ncq_error()
1810 qc->result_tf.feature >> 4); in ata_eh_analyze_tf()
2176 ehc->i.action |= ata_eh_analyze_tf(qc, &qc->result_tf); in ata_eh_link_autopsy()
2508 struct ata_taskfile *cmd = &qc->tf, *res = &qc->result_tf; in ata_eh_link_report()
3420 qc->result_tf = tf; in ata_eh_maybe_retry_flush()
4009 memset(&qc->result_tf, 0, sizeof(qc->result_tf)); in ata_eh_finish()