Lines Matching refs:tf
6599 struct ata_taskfile *tf) in ipr_copy_sata_tf() argument
6601 regs->feature = tf->feature; in ipr_copy_sata_tf()
6602 regs->nsect = tf->nsect; in ipr_copy_sata_tf()
6603 regs->lbal = tf->lbal; in ipr_copy_sata_tf()
6604 regs->lbam = tf->lbam; in ipr_copy_sata_tf()
6605 regs->lbah = tf->lbah; in ipr_copy_sata_tf()
6606 regs->device = tf->device; in ipr_copy_sata_tf()
6607 regs->command = tf->command; in ipr_copy_sata_tf()
6608 regs->hob_feature = tf->hob_feature; in ipr_copy_sata_tf()
6609 regs->hob_nsect = tf->hob_nsect; in ipr_copy_sata_tf()
6610 regs->hob_lbal = tf->hob_lbal; in ipr_copy_sata_tf()
6611 regs->hob_lbam = tf->hob_lbam; in ipr_copy_sata_tf()
6612 regs->hob_lbah = tf->hob_lbah; in ipr_copy_sata_tf()
6613 regs->ctl = tf->ctl; in ipr_copy_sata_tf()
6848 ipr_copy_sata_tf(regs, &qc->tf); in ipr_qc_issue()
6852 switch (qc->tf.protocol) { in ipr_qc_issue()
6894 struct ata_taskfile *tf = &qc->result_tf; in ipr_qc_fill_rtf() local
6896 tf->feature = g->error; in ipr_qc_fill_rtf()
6897 tf->nsect = g->nsect; in ipr_qc_fill_rtf()
6898 tf->lbal = g->lbal; in ipr_qc_fill_rtf()
6899 tf->lbam = g->lbam; in ipr_qc_fill_rtf()
6900 tf->lbah = g->lbah; in ipr_qc_fill_rtf()
6901 tf->device = g->device; in ipr_qc_fill_rtf()
6902 tf->command = g->status; in ipr_qc_fill_rtf()
6903 tf->hob_nsect = g->hob_nsect; in ipr_qc_fill_rtf()
6904 tf->hob_lbal = g->hob_lbal; in ipr_qc_fill_rtf()
6905 tf->hob_lbam = g->hob_lbam; in ipr_qc_fill_rtf()
6906 tf->hob_lbah = g->hob_lbah; in ipr_qc_fill_rtf()