Home
last modified time | relevance | path

Searched refs:ATA_PROT_DMA (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/ata/
H A Dsata_sx4.c348 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()
H A Dsata_promise.c636 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()
H A Dsata_promise.h39 case ATA_PROT_DMA: in pdc_pkt_header()
H A Dsata_svw.c250 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()
H A Dsata_qstor.c269 if (qc->tf.protocol != ATA_PROT_DMA) in qs_qc_prep()
313 case ATA_PROT_DMA: in qs_qc_issue()
H A Dpdc_adma.c303 if (qc->tf.protocol != ATA_PROT_DMA) in adma_qc_prep()
370 case ATA_PROT_DMA: in adma_qc_issue()
H A Dpata_octeon_cf.c628 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()
H A Dlibata-scsi.c3005 return ATA_PROT_DMA; in ata_scsi_map_proto()
3225 if (tf->protocol == ATA_PROT_DMA && !ata_dma_enabled(dev)) { in ata_scsi_pass_thru()
3432 tf->protocol = ATA_PROT_DMA; in ata_scsi_write_same_xlat()
3683 tf->protocol = ATA_PROT_DMA; in ata_scsi_zbc_in_xlat()
4189 tf->protocol = dma ? ATA_PROT_DMA : ATA_PROT_PIO; in ata_scsi_security_inout_xlat()
H A Dlibata-sff.c2660 case ATA_PROT_DMA: in ata_bmdma_qc_issue()
H A Dlibata-core.c593 tf->protocol = ATA_PROT_DMA; in ata_set_rwcmd_protocol()
2096 tf.protocol = ATA_PROT_DMA; in ata_read_log_page()
H A Dlibata-eh.c2491 case ATA_PROT_DMA: in ata_eh_link_report()
/linux/include/linux/
H A Data.h540 ATA_PROT_DMA = ATA_PROT_FLAG_DMA, enumerator
/linux/include/trace/events/
H A Dlibata.h128 ata_protocol_name(ATA_PROT_DMA), \
/linux/Documentation/driver-api/
H A Dlibata.rst439 ATA_PROT_NODATA and ATA_PROT_DMA fall into this category. These