Lines Matching refs:tf
279 u8 pFLAGS = pORD | ((qc->tf.flags & ATA_TFLAG_WRITE) ? pDIRO : 0); in adma_fill_sg()
324 if (qc->tf.protocol != ATA_PROT_DMA) in adma_qc_prep()
342 buf[i++] = qc->tf.device; in adma_qc_prep()
344 if ((qc->tf.flags & ATA_TFLAG_LBA48)) { in adma_qc_prep()
345 buf[i++] = qc->tf.hob_nsect; in adma_qc_prep()
347 buf[i++] = qc->tf.hob_lbal; in adma_qc_prep()
349 buf[i++] = qc->tf.hob_lbam; in adma_qc_prep()
351 buf[i++] = qc->tf.hob_lbah; in adma_qc_prep()
354 buf[i++] = qc->tf.nsect; in adma_qc_prep()
356 buf[i++] = qc->tf.lbal; in adma_qc_prep()
358 buf[i++] = qc->tf.lbam; in adma_qc_prep()
360 buf[i++] = qc->tf.lbah; in adma_qc_prep()
366 buf[i++] = qc->tf.command; in adma_qc_prep()
407 switch (qc->tf.protocol) { in adma_qc_issue()
444 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_pkt()
487 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_mmio()
494 ap->print_id, qc->tf.protocol, status); in adma_intr_mmio()