Home
last modified time | relevance | path

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

/linux/drivers/ata/
A Dlibata-sff.c918 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_hsm_ok_in_wq()
1016 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1368 qc->tf.flags |= ATA_TFLAG_POLLING; in ata_sff_qc_issue()
1376 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1382 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1388 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1405 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1418 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1427 (qc->tf.flags & ATA_TFLAG_POLLING)) in ata_sff_qc_issue()
1563 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) in __ata_sff_interrupt()
[all …]
A Dsata_qstor.c383 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in qs_intr_pkt()
426 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) in qs_intr_mmio()
A Dpdc_adma.c429 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_pkt()
472 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_mmio()
A Dpata_octeon_cf.c697 if (!qc || (qc->tf.flags & ATA_TFLAG_POLLING)) in octeon_cf_interrupt()
770 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in octeon_cf_delayed_finish()
801 WARN_ON(qc->tf.flags & ATA_TFLAG_POLLING); in octeon_cf_qc_issue()
A Dsata_vsc.c230 if (qc && likely(!(qc->tf.flags & ATA_TFLAG_POLLING))) in vsc_port_intr()
A Dsata_promise.c987 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in pdc_interrupt()
1027 if (qc->tf.flags & ATA_TFLAG_POLLING) in pdc_qc_issue()
A Dsata_sx4.c670 if (qc->tf.flags & ATA_TFLAG_POLLING) in pdc20621_qc_issue()
824 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in pdc20621_interrupt()
A Dsata_mv.c2319 if (qc->tf.flags & ATA_TFLAG_POLLING) in mv_qc_issue_fis()
2388 qc->tf.flags |= ATA_TFLAG_POLLING; in mv_qc_issue()
2392 if (qc->tf.flags & ATA_TFLAG_POLLING) in mv_qc_issue()
2433 if (qc && !(qc->tf.flags & ATA_TFLAG_POLLING)) in mv_get_active_qc()
2620 if (qc && (qc->tf.flags & ATA_TFLAG_POLLING)) in mv_unexpected_intr()
A Dsata_sil.c448 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sil_host_intr()
A Dsata_nv.c866 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in nv_host_intr()
1343 (qc->tf.flags & ATA_TFLAG_POLLING)) in nv_adma_use_reg_mode()
1460 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in nv_generic_interrupt()
A Dpata_arasan_cf.c704 WARN_ON_ONCE(qc->tf.flags & ATA_TFLAG_POLLING); in arasan_cf_qc_issue()
A Dsata_dwc_460ex.c574 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sata_dwc_isr()
A Dlibata-core.c1830 tf.flags |= ATA_TFLAG_POLLING; in ata_dev_read_id()
4335 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE | ATA_TFLAG_POLLING; in ata_dev_set_xfermode()
/linux/include/linux/
A Dlibata.h129 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */ enumerator

Completed in 55 milliseconds