Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsata_promise.c351 case ATA_PROT_DMA: in pdc_qc_prep()
399 case ATA_PROT_DMA: in pdc_eng_timeout()
435 case ATA_PROT_DMA: in pdc_host_intr()
535 case ATA_PROT_DMA: in pdc_qc_issue_prot()
553 WARN_ON (tf->protocol == ATA_PROT_DMA || in pdc_tf_load_mmio()
561 WARN_ON (tf->protocol == ATA_PROT_DMA || in pdc_exec_command_mmio()
Dsata_sx4.c375 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_ata_pkt()
430 if ((tf->protocol == ATA_PROT_DMA) && (!(tf->flags & ATA_TFLAG_WRITE))) in pdc20621_host_pkt()
551 case ATA_PROT_DMA: in pdc20621_qc_prep()
657 if (rw && qc->tf.protocol == ATA_PROT_DMA) { in pdc20621_packet_start()
683 case ATA_PROT_DMA: in pdc20621_qc_issue_prot()
712 if ((qc->tf.protocol == ATA_PROT_DMA) && /* read */ in pdc20621_host_intr()
737 } else if (qc->tf.protocol == ATA_PROT_DMA) { /* write */ in pdc20621_host_intr()
880 case ATA_PROT_DMA: in pdc_eng_timeout()
903 WARN_ON (tf->protocol == ATA_PROT_DMA || in pdc_tf_load_mmio()
911 WARN_ON (tf->protocol == ATA_PROT_DMA || in pdc_exec_command_mmio()
Dsata_promise.h55 case ATA_PROT_DMA: in pdc_pkt_header()
Dsata_svw.c192 if (qc->tf.protocol != ATA_PROT_DMA) in k2_bmdma_setup_mmio()
228 if (qc->tf.protocol == ATA_PROT_DMA) in k2_bmdma_start_mmio()
Dsata_qstor.c315 if (qc->tf.protocol != ATA_PROT_DMA) { in qs_qc_prep()
361 case ATA_PROT_DMA: in qs_qc_issue()
Dlibata-core.c598 tf->protocol = ATA_PROT_DMA; in ata_rwcmd_protocol()
3316 case ATA_PROT_DMA: in ata_qc_timeout()
3529 case ATA_PROT_DMA: in ata_should_dma_map()
3621 case ATA_PROT_DMA: in ata_qc_issue_prot()
3915 case ATA_PROT_DMA: in ata_host_intr()
Dlibata-scsi.c2164 return ATA_PROT_DMA; in ata_scsi_map_proto()
/linux-2.4.37.9/include/linux/
Data.h203 ATA_PROT_DMA, /* DMA */ enumerator