Searched refs:ATA_TFLAG_WRITE (Results 1 – 8 of 8) sorted by relevance
56 if (!(tf->flags & ATA_TFLAG_WRITE)) in pdc_pkt_header()
592 write = (tf->flags & ATA_TFLAG_WRITE) ? 1 : 0; in ata_rwcmd_protocol()2417 if (qc->pad_len && !(qc->tf.flags & ATA_TFLAG_WRITE)) in ata_sg_clean()2621 if (qc->tf.flags & ATA_TFLAG_WRITE) in ata_sg_setup_one()2652 qc->tf.flags & ATA_TFLAG_WRITE ? "write" : "read"); in ata_sg_setup_one()2700 if (qc->tf.flags & ATA_TFLAG_WRITE) { in ata_sg_setup()3003 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE); in ata_pio_sector()3030 DPRINTK("data %s\n", qc->tf.flags & ATA_TFLAG_WRITE ? "write" : "read"); in ata_pio_sector()3033 do_write = (qc->tf.flags & ATA_TFLAG_WRITE); in ata_pio_sector()3053 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE); in __atapi_pio_bytes()3113 DPRINTK("data %s\n", qc->tf.flags & ATA_TFLAG_WRITE ? "write" : "read"); in __atapi_pio_bytes()[all …]
375 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()643 unsigned int rw = (qc->tf.flags & ATA_TFLAG_WRITE); in pdc20621_packet_start()713 (!(qc->tf.flags & ATA_TFLAG_WRITE))) { in pdc20621_host_intr()
1046 tf->flags |= ATA_TFLAG_WRITE; in ata_scsi_rw_xlat()2073 qc->tf.flags |= ATA_TFLAG_WRITE; in atapi_xlat()2279 tf->flags |= ATA_TFLAG_WRITE; in ata_scsi_pass_thru()
177 unsigned int rw = (qc->tf.flags & ATA_TFLAG_WRITE); in k2_bmdma_setup_mmio()
322 if ((qc->tf.flags & ATA_TFLAG_WRITE)) in qs_qc_prep()
747 if (qc->tf.flags & ATA_TFLAG_WRITE) in ahci_qc_prep()
193 ATA_TFLAG_WRITE = (1 << 3), /* data dir: host->dev==1 (write) */ enumerator