Lines Matching refs:protocol
377 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_ata_pkt()
379 else if (tf->protocol == ATA_PROT_NODATA) in pdc20621_ata_pkt()
389 if (tf->protocol == ATA_PROT_NODATA) in pdc20621_ata_pkt()
433 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_host_pkt()
551 switch (qc->tf.protocol) { in pdc20621_qc_prep()
657 if (rw && qc->tf.protocol == ATA_PROT_DMA) { in pdc20621_packet_start()
682 switch (qc->tf.protocol) { in pdc20621_qc_issue()
715 if ((qc->tf.protocol == ATA_PROT_DMA) && /* read */ in pdc20621_host_intr()
741 } else if (qc->tf.protocol == ATA_PROT_DMA) { /* write */ in pdc20621_host_intr()
769 } else if (qc->tf.protocol == ATA_PROT_NODATA) { in pdc20621_host_intr()
964 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_tf_load_mmio()
965 tf->protocol == ATAPI_PROT_DMA); in pdc_tf_load_mmio()
972 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_exec_command_mmio()
973 tf->protocol == ATAPI_PROT_DMA); in pdc_exec_command_mmio()