Searched refs:ATA_PROT_DMA (Results 1 – 18 of 18) sorted by relevance
349 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_ata_pkt()403 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_host_pkt()511 case ATA_PROT_DMA: in pdc20621_qc_prep()611 if (rw && qc->tf.protocol == ATA_PROT_DMA) { in pdc20621_packet_start()641 case ATA_PROT_DMA: in pdc20621_qc_issue()667 if ((qc->tf.protocol == ATA_PROT_DMA) && /* read */ in pdc20621_host_intr()693 } else if (qc->tf.protocol == ATA_PROT_DMA) { /* write */ in pdc20621_host_intr()905 WARN_ON(tf->protocol == ATA_PROT_DMA || in pdc_tf_load_mmio()913 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()
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()
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()
627 if (unlikely(qc->err_mask) && (qc->tf.protocol == ATA_PROT_DMA)) in octeon_cf_dma_finished()765 case ATA_PROT_DMA: in octeon_cf_qc_issue()
2775 return ATA_PROT_DMA; in ata_scsi_map_proto()2995 if (tf->protocol == ATA_PROT_DMA && !ata_dma_enabled(dev)) { in ata_scsi_pass_thru()3203 tf->protocol = ATA_PROT_DMA; in ata_scsi_write_same_xlat()3426 tf->protocol = ATA_PROT_DMA; in ata_scsi_zbc_in_xlat()3845 tf->protocol = dma ? ATA_PROT_DMA : ATA_PROT_PIO; in ata_scsi_security_inout_xlat()
704 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()
272 case ATA_PROT_DMA: in get_prot_descript()
606 tf->protocol = ATA_PROT_DMA; in ata_set_rwcmd_protocol()1988 tf.protocol = ATA_PROT_DMA; in ata_read_log_page()
2671 case ATA_PROT_DMA: in ata_bmdma_qc_issue()
2326 case ATA_PROT_DMA: in ata_eh_link_report()
532 ATA_PROT_DMA = ATA_PROT_FLAG_DMA, enumerator
128 ata_protocol_name(ATA_PROT_DMA), \
464 ATA_PROT_NODATA and ATA_PROT_DMA fall into this category. These
7112 case ATA_PROT_DMA: in ipr_qc_issue()
Completed in 70 milliseconds