Lines Matching refs:tf
317 static void sata_dwc_tf_dump(struct ata_port *ap, struct ata_taskfile *tf) in sata_dwc_tf_dump() argument
321 tf->command, get_prot_descript(tf->protocol), tf->flags, in sata_dwc_tf_dump()
322 tf->device); in sata_dwc_tf_dump()
325 tf->feature, tf->nsect, tf->lbal, tf->lbam, tf->lbah); in sata_dwc_tf_dump()
328 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
329 tf->hob_lbah); in sata_dwc_tf_dump()
572 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sata_dwc_isr()
593 __func__, get_prot_descript(qc->tf.protocol)); in sata_dwc_isr()
595 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_isr()
613 } else if (ata_is_pio(qc->tf.protocol)) { in sata_dwc_isr()
680 get_prot_descript(qc->tf.protocol)); in sata_dwc_isr()
681 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_isr()
763 __func__, qc->tag, qc->tf.command, in sata_dwc_dma_xfer_complete()
765 get_prot_descript(qc->tf.protocol), in sata_dwc_dma_xfer_complete()
770 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_dma_xfer_complete()
803 qc->tf.command, status, ap->print_id, qc->tf.protocol); in sata_dwc_qc_complete()
972 struct ata_taskfile *tf, in sata_dwc_exec_command_by_tag() argument
977 dev_dbg(ap->dev, "%s cmd(0x%02x): %s tag=%d\n", __func__, tf->command, in sata_dwc_exec_command_by_tag()
978 ata_get_cmd_descript(tf->command), tag); in sata_dwc_exec_command_by_tag()
989 ata_sff_exec_command(ap, tf); in sata_dwc_exec_command_by_tag()
994 sata_dwc_exec_command_by_tag(qc->ap, &qc->tf, tag, in sata_dwc_bmdma_setup_by_tag()
1002 if (ata_is_ncq(qc->tf.protocol)) { in sata_dwc_bmdma_setup()
1036 __func__, qc, tag, qc->tf.command, in sata_dwc_bmdma_start_by_tag()
1038 sata_dwc_tf_dump(ap, &qc->tf); in sata_dwc_bmdma_start_by_tag()
1064 if (ata_is_ncq(qc->tf.protocol)) { in sata_dwc_bmdma_start()
1085 __func__, ap->print_id, qc->tf.command, in sata_dwc_qc_issue()
1086 ata_get_cmd_descript(qc->tf.command), in sata_dwc_qc_issue()
1087 qc->tag, get_prot_descript(qc->tf.protocol), in sata_dwc_qc_issue()
1091 if (!ata_is_ncq(qc->tf.protocol)) in sata_dwc_qc_issue()
1094 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_qc_issue()
1102 if (ata_is_ncq(qc->tf.protocol)) { in sata_dwc_qc_issue()
1111 ap->ops->sff_tf_load(ap, &qc->tf); in sata_dwc_qc_issue()
1112 sata_dwc_exec_command_by_tag(ap, &qc->tf, tag, in sata_dwc_qc_issue()