Lines Matching refs:protocol
635 * ata_rwcmd_protocol - set taskfile r/w commands and protocol
640 * the proper read/write commands and protocol to use.
656 tf->protocol = ATA_PROT_PIO;
660 tf->protocol = ATA_PROT_PIO;
663 tf->protocol = ATA_PROT_DMA;
684 * three address formats - LBA, LBA48 and CHS. tf->protocol and
756 tf->protocol = ATA_PROT_NCQ;
1227 tf.protocol |= ATA_PROT_NODATA;
1286 tf.protocol |= ATA_PROT_NODATA;
1761 tf.protocol = ATA_PROT_NODATA;
1893 tf.protocol = ATA_PROT_PIO;
4416 tf.protocol = ATA_PROT_NODATA;
4459 tf.protocol = ATA_PROT_NODATA;
4496 tf.protocol = ATA_PROT_NODATA;
4587 if (qc->tf.protocol == ATA_PROT_NCQ) {
4770 if (qc->tf.protocol == ATA_PROT_NCQ) {
4807 if (ata_is_nodata(qc->tf.protocol))
4810 if ((dev->mwdma_mask || dev->udma_mask) && ata_is_pio(qc->tf.protocol))
4982 u8 prot = qc->tf.protocol;