Home
last modified time | relevance | path

Searched refs:qc_active (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/ata/
H A Dsata_nv.c264 u32 qc_active; member
1730 pp->qc_active = 0; in nv_swncq_pp_reinit()
1758 ap->qc_active, ap->link.sactive); in nv_swncq_ncq_stop()
1762 pp->qc_active, pp->defer_queue.defer_bits, pp->last_issue_tag, in nv_swncq_ncq_stop()
1770 done_mask = pp->qc_active ^ sactive; in nv_swncq_ncq_stop()
1775 if (pp->qc_active & (1 << i)) in nv_swncq_ncq_stop()
2013 pp->qc_active |= (0x1 << qc->hw_tag); in nv_swncq_issue_atacmd()
2031 if (!pp->qc_active) in nv_swncq_qc_issue()
2089 done_mask = pp->qc_active ^ sactive; in nv_swncq_sdbfis()
2091 pp->qc_active &= ~done_mask; in nv_swncq_sdbfis()
[all …]
H A Dlibahci.c1866 u32 qc_active = 0; in ahci_qc_complete() local
1875 if (ap->qc_active) { in ahci_qc_complete()
1876 qc_active = readl(port_mmio + PORT_SCR_ACT); in ahci_qc_complete()
1877 qc_active |= readl(port_mmio + PORT_CMD_ISSUE); in ahci_qc_complete()
1881 if (ap->qc_active && pp->active_link->sactive) in ahci_qc_complete()
1882 qc_active = readl(port_mmio + PORT_SCR_ACT); in ahci_qc_complete()
1884 qc_active = readl(port_mmio + PORT_CMD_ISSUE); in ahci_qc_complete()
1887 rc = ata_qc_complete_multiple(ap, qc_active); in ahci_qc_complete()
2131 if (!ap->qc_active) in ahci_qc_ncq_fill_rtf()
H A Dpata_sc1200.c190 if (alt && alt->qc_active) in sc1200_qc_defer()
H A Dpata_sl82c105.c225 if (alt && alt->qc_active) in sl82c105_qc_defer()
H A Dsata_sil24.c1098 u32 slot_stat, qc_active; in sil24_host_intr() local
1118 qc_active = slot_stat & ~HOST_SSTAT_ATTN; in sil24_host_intr()
1119 rc = ata_qc_complete_multiple(ap, qc_active); in sil24_host_intr()
H A Dlibata-core.c1579 preempted_qc_active = ap->qc_active; in ata_exec_internal()
1583 ap->qc_active = 0; in ata_exec_internal()
1670 ap->qc_active = preempted_qc_active; in ata_exec_internal()
4962 ap->qc_active &= ~(1ULL << qc->tag); in __ata_qc_complete()
5124 u64 qc_active = ap->qc_active; in ata_qc_get_active() local
5127 if (qc_active & (1ULL << ATA_TAG_INTERNAL)) { in ata_qc_get_active()
5128 qc_active |= (1 << 0); in ata_qc_get_active()
5129 qc_active &= ~(1ULL << ATA_TAG_INTERNAL); in ata_qc_get_active()
5132 return qc_active; in ata_qc_get_active()
5176 ap->qc_active |= 1ULL << qc->tag; in ata_qc_issue()
H A Dpata_artop.c290 if (alt && alt->qc_active) in artop6210_qc_defer()
H A Dpata_hpt3x2n.c319 if ((flags & USE_DPLL) != dpll && alt->qc_active) in hpt3x2n_qc_defer()
H A Dsata_fsl.c1239 ap->qc_active); in sata_fsl_host_intr()
1241 if (done_mask & ap->qc_active) { in sata_fsl_host_intr()
1259 } else if ((ap->qc_active & (1ULL << ATA_TAG_INTERNAL))) { in sata_fsl_host_intr()
H A Dsata_mv.c2499 ap->qc_active, failed_links, in mv_handle_fbs_ncq_dev_err()