Searched refs:ATA_PROT_DMA (Results 1 – 17 of 17) sorted by relevance
348 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_ata_pkt()402 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_host_pkt()510 case ATA_PROT_DMA: in pdc20621_qc_prep()610 if (rw && qc->tf.protocol == ATA_PROT_DMA) { in pdc20621_packet_start()640 case ATA_PROT_DMA: in pdc20621_qc_issue()666 if ((qc->tf.protocol == ATA_PROT_DMA) && /* read */ in pdc20621_host_intr()692 } else if (qc->tf.protocol == ATA_PROT_DMA) { /* write */ in pdc20621_host_intr()904 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_tf_load_mmio()912 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_exec_command_mmio()
39 case ATA_PROT_DMA: in pdc_pkt_header()
636 case ATA_PROT_DMA: in pdc_qc_prep()888 case ATA_PROT_DMA: in pdc_host_intr()1016 case ATA_PROT_DMA: in pdc_qc_issue()1027 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA); in pdc_tf_load_mmio()1034 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA); in pdc_exec_command_mmio()
250 if (qc->tf.protocol != ATA_PROT_DMA) in k2_bmdma_setup_mmio()294 if (qc->tf.protocol == ATA_PROT_DMA) in k2_bmdma_start_mmio()
269 if (qc->tf.protocol != ATA_PROT_DMA) in qs_qc_prep()313 case ATA_PROT_DMA: in qs_qc_issue()
303 if (qc->tf.protocol != ATA_PROT_DMA) in adma_qc_prep()370 case ATA_PROT_DMA: in adma_qc_issue()
628 if (unlikely(qc->err_mask) && (qc->tf.protocol == ATA_PROT_DMA)) in octeon_cf_dma_finished()766 case ATA_PROT_DMA: in octeon_cf_qc_issue()
2851 return ATA_PROT_DMA; in ata_scsi_map_proto()3071 if (tf->protocol == ATA_PROT_DMA && !ata_dma_enabled(dev)) { in ata_scsi_pass_thru()3279 tf->protocol = ATA_PROT_DMA; in ata_scsi_write_same_xlat()3524 tf->protocol = ATA_PROT_DMA; in ata_scsi_zbc_in_xlat()4030 tf->protocol = dma ? ATA_PROT_DMA : ATA_PROT_PIO; in ata_scsi_security_inout_xlat()
705 case ATA_PROT_DMA: in arasan_cf_qc_issue()
2040 case ATA_PROT_DMA: in mv_qc_prep()2140 if ((tf->protocol != ATA_PROT_DMA) && in mv_qc_prep_iie()2341 case ATA_PROT_DMA: in mv_qc_issue()
271 case ATA_PROT_DMA: in get_prot_descript()
2661 case ATA_PROT_DMA: in ata_bmdma_qc_issue()
606 tf->protocol = ATA_PROT_DMA; in ata_set_rwcmd_protocol()2107 tf.protocol = ATA_PROT_DMA; in ata_read_log_page()
2434 case ATA_PROT_DMA: in ata_eh_link_report()
540 ATA_PROT_DMA = ATA_PROT_FLAG_DMA, enumerator
128 ata_protocol_name(ATA_PROT_DMA), \
439 ATA_PROT_NODATA and ATA_PROT_DMA fall into this category. These