Searched refs:ATA_PROT_DMA (Results 1 – 18 of 18) sorted by relevance
361 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_ata_pkt()417 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_host_pkt()536 case ATA_PROT_DMA: in pdc20621_qc_prep()643 if (rw && qc->tf.protocol == ATA_PROT_DMA) { in pdc20621_packet_start()673 case ATA_PROT_DMA: in pdc20621_qc_issue()701 if ((qc->tf.protocol == ATA_PROT_DMA) && /* read */ in pdc20621_host_intr()727 } else if (qc->tf.protocol == ATA_PROT_DMA) { /* write */ in pdc20621_host_intr()950 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_tf_load_mmio()958 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_exec_command_mmio()
638 case ATA_PROT_DMA: in pdc_qc_prep()890 case ATA_PROT_DMA: in pdc_host_intr()1031 case ATA_PROT_DMA: in pdc_qc_issue()1042 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA); in pdc_tf_load_mmio()1049 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA); in pdc_exec_command_mmio()
39 case ATA_PROT_DMA: in pdc_pkt_header()
249 if (qc->tf.protocol != ATA_PROT_DMA) in k2_bmdma_setup_mmio()293 if (qc->tf.protocol == ATA_PROT_DMA) in k2_bmdma_start_mmio()
274 if (qc->tf.protocol != ATA_PROT_DMA) in qs_qc_prep()320 case ATA_PROT_DMA: in qs_qc_issue()
308 if (qc->tf.protocol != ATA_PROT_DMA) in adma_qc_prep()393 case ATA_PROT_DMA: in adma_qc_issue()
661 if (unlikely(qc->err_mask) && (qc->tf.protocol == ATA_PROT_DMA)) in octeon_cf_dma_finished()800 case ATA_PROT_DMA: in octeon_cf_qc_issue()
2812 return ATA_PROT_DMA; in ata_scsi_map_proto()3028 if (tf->protocol == ATA_PROT_DMA && !ata_dma_enabled(dev)) { in ata_scsi_pass_thru()3236 tf->protocol = ATA_PROT_DMA; in ata_scsi_write_same_xlat()3457 tf->protocol = ATA_PROT_DMA; in ata_scsi_zbc_in_xlat()3884 tf->protocol = dma ? ATA_PROT_DMA : ATA_PROT_PIO; in ata_scsi_security_inout_xlat()
703 case ATA_PROT_DMA: in arasan_cf_qc_issue()
2047 case ATA_PROT_DMA: in mv_qc_prep()2147 if ((tf->protocol != ATA_PROT_DMA) && in mv_qc_prep_iie()2348 case ATA_PROT_DMA: in mv_qc_issue()
283 case ATA_PROT_DMA: in get_prot_descript()
598 tf->protocol = ATA_PROT_DMA; in ata_rwcmd_protocol()2013 tf.protocol = ATA_PROT_DMA; in ata_read_log_page()
2756 case ATA_PROT_DMA: in ata_bmdma_qc_issue()
2324 case ATA_PROT_DMA: in ata_eh_link_report()
128 ata_protocol_name(ATA_PROT_DMA), \
532 ATA_PROT_DMA = ATA_PROT_FLAG_DMA, enumerator
475 ATA_PROT_NODATA and ATA_PROT_DMA fall into this category. These
7116 case ATA_PROT_DMA: in ipr_qc_issue()
Completed in 76 milliseconds