Lines Matching refs:tf
314 static void sata_dwc_tf_dump(struct ata_port *ap, struct ata_taskfile *tf) in sata_dwc_tf_dump() argument
318 tf->command, get_prot_descript(tf->protocol), tf->flags, in sata_dwc_tf_dump()
319 tf->device); in sata_dwc_tf_dump()
322 tf->feature, tf->nsect, tf->lbal, tf->lbam, tf->lbah); in sata_dwc_tf_dump()
325 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
326 tf->hob_lbah); in sata_dwc_tf_dump()
574 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sata_dwc_isr()
595 __func__, get_prot_descript(qc->tf.protocol)); in sata_dwc_isr()
597 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_isr()
615 } else if (ata_is_pio(qc->tf.protocol)) { in sata_dwc_isr()
687 get_prot_descript(qc->tf.protocol)); in sata_dwc_isr()
688 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_isr()
770 __func__, qc->hw_tag, qc->tf.command, in sata_dwc_dma_xfer_complete()
772 get_prot_descript(qc->tf.protocol), in sata_dwc_dma_xfer_complete()
777 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_dma_xfer_complete()
810 qc->tf.command, status, ap->print_id, qc->tf.protocol); in sata_dwc_qc_complete()
978 struct ata_taskfile *tf, in sata_dwc_exec_command_by_tag() argument
983 dev_dbg(ap->dev, "%s cmd(0x%02x): %s tag=%d\n", __func__, tf->command, in sata_dwc_exec_command_by_tag()
984 ata_get_cmd_descript(tf->command), tag); in sata_dwc_exec_command_by_tag()
995 ata_sff_exec_command(ap, tf); in sata_dwc_exec_command_by_tag()
1000 sata_dwc_exec_command_by_tag(qc->ap, &qc->tf, tag, in sata_dwc_bmdma_setup_by_tag()
1008 if (ata_is_ncq(qc->tf.protocol)) { in sata_dwc_bmdma_setup()
1042 __func__, qc, tag, qc->tf.command, in sata_dwc_bmdma_start_by_tag()
1044 sata_dwc_tf_dump(ap, &qc->tf); in sata_dwc_bmdma_start_by_tag()
1070 if (ata_is_ncq(qc->tf.protocol)) { in sata_dwc_bmdma_start()
1091 __func__, ap->print_id, qc->tf.command, in sata_dwc_qc_issue()
1092 ata_get_cmd_descript(qc->tf.command), in sata_dwc_qc_issue()
1093 qc->hw_tag, get_prot_descript(qc->tf.protocol), in sata_dwc_qc_issue()
1097 if (!ata_is_ncq(qc->tf.protocol)) in sata_dwc_qc_issue()
1100 if (ata_is_dma(qc->tf.protocol)) { in sata_dwc_qc_issue()
1108 if (ata_is_ncq(qc->tf.protocol)) { in sata_dwc_qc_issue()
1117 ap->ops->sff_tf_load(ap, &qc->tf); in sata_dwc_qc_issue()
1118 sata_dwc_exec_command_by_tag(ap, &qc->tf, tag, in sata_dwc_qc_issue()