Lines Matching refs:tf
6587 struct ata_taskfile *tf) in ipr_copy_sata_tf() argument
6589 regs->feature = tf->feature; in ipr_copy_sata_tf()
6590 regs->nsect = tf->nsect; in ipr_copy_sata_tf()
6591 regs->lbal = tf->lbal; in ipr_copy_sata_tf()
6592 regs->lbam = tf->lbam; in ipr_copy_sata_tf()
6593 regs->lbah = tf->lbah; in ipr_copy_sata_tf()
6594 regs->device = tf->device; in ipr_copy_sata_tf()
6595 regs->command = tf->command; in ipr_copy_sata_tf()
6596 regs->hob_feature = tf->hob_feature; in ipr_copy_sata_tf()
6597 regs->hob_nsect = tf->hob_nsect; in ipr_copy_sata_tf()
6598 regs->hob_lbal = tf->hob_lbal; in ipr_copy_sata_tf()
6599 regs->hob_lbam = tf->hob_lbam; in ipr_copy_sata_tf()
6600 regs->hob_lbah = tf->hob_lbah; in ipr_copy_sata_tf()
6601 regs->ctl = tf->ctl; in ipr_copy_sata_tf()
6836 ipr_copy_sata_tf(regs, &qc->tf); in ipr_qc_issue()
6840 switch (qc->tf.protocol) { in ipr_qc_issue()
6882 struct ata_taskfile *tf = &qc->result_tf; in ipr_qc_fill_rtf() local
6884 tf->feature = g->error; in ipr_qc_fill_rtf()
6885 tf->nsect = g->nsect; in ipr_qc_fill_rtf()
6886 tf->lbal = g->lbal; in ipr_qc_fill_rtf()
6887 tf->lbam = g->lbam; in ipr_qc_fill_rtf()
6888 tf->lbah = g->lbah; in ipr_qc_fill_rtf()
6889 tf->device = g->device; in ipr_qc_fill_rtf()
6890 tf->command = g->status; in ipr_qc_fill_rtf()
6891 tf->hob_nsect = g->hob_nsect; in ipr_qc_fill_rtf()
6892 tf->hob_lbal = g->hob_lbal; in ipr_qc_fill_rtf()
6893 tf->hob_lbam = g->hob_lbam; in ipr_qc_fill_rtf()
6894 tf->hob_lbah = g->hob_lbah; in ipr_qc_fill_rtf()