Searched refs:qc_active (Results 1 – 10 of 10) sorted by relevance
/drivers/ata/ |
D | sata_nv.c | 279 u32 qc_active; member 1022 ata_qc_complete_multiple(ap, ap->qc_active ^ done_mask); in nv_adma_interrupt() 1774 pp->qc_active = 0; in nv_swncq_pp_reinit() 1802 ap->qc_active, ap->link.sactive); in nv_swncq_ncq_stop() 1806 pp->qc_active, pp->defer_queue.defer_bits, pp->last_issue_tag, in nv_swncq_ncq_stop() 1814 done_mask = pp->qc_active ^ sactive; in nv_swncq_ncq_stop() 1819 if (pp->qc_active & (1 << i)) in nv_swncq_ncq_stop() 2059 pp->qc_active |= (0x1 << qc->tag); in nv_swncq_issue_atacmd() 2079 if (!pp->qc_active) in nv_swncq_qc_issue() 2136 done_mask = pp->qc_active ^ sactive; in nv_swncq_sdbfis() [all …]
|
D | pata_sc1200.c | 203 if (alt && alt->qc_active) in sc1200_qc_defer()
|
D | libahci.c | 1720 u32 qc_active = 0; in ahci_handle_port_interrupt() local 1774 if (ap->qc_active) { in ahci_handle_port_interrupt() 1775 qc_active = readl(port_mmio + PORT_SCR_ACT); in ahci_handle_port_interrupt() 1776 qc_active |= readl(port_mmio + PORT_CMD_ISSUE); in ahci_handle_port_interrupt() 1780 if (ap->qc_active && pp->active_link->sactive) in ahci_handle_port_interrupt() 1781 qc_active = readl(port_mmio + PORT_SCR_ACT); in ahci_handle_port_interrupt() 1783 qc_active = readl(port_mmio + PORT_CMD_ISSUE); in ahci_handle_port_interrupt() 1787 rc = ata_qc_complete_multiple(ap, qc_active); in ahci_handle_port_interrupt()
|
D | sata_fsl.c | 1276 ap->qc_active); in sata_fsl_host_intr() 1278 if (done_mask & ap->qc_active) { in sata_fsl_host_intr() 1295 ata_qc_complete_multiple(ap, ap->qc_active ^ done_mask); in sata_fsl_host_intr() 1298 } else if ((ap->qc_active & (1 << ATA_TAG_INTERNAL))) { in sata_fsl_host_intr()
|
D | pata_sl82c105.c | 225 if (alt && alt->qc_active) in sl82c105_qc_defer()
|
D | libata-core.c | 1600 preempted_qc_active = ap->qc_active; in ata_exec_internal_sg() 1604 ap->qc_active = 0; in ata_exec_internal_sg() 1705 ap->qc_active = preempted_qc_active; in ata_exec_internal_sg() 4926 ap->qc_active &= ~(1 << qc->tag); in __ata_qc_complete() 5078 int ata_qc_complete_multiple(struct ata_port *ap, u32 qc_active) in ata_qc_complete_multiple() argument 5083 done_mask = ap->qc_active ^ qc_active; in ata_qc_complete_multiple() 5085 if (unlikely(done_mask & qc_active)) { in ata_qc_complete_multiple() 5087 ap->qc_active, qc_active); in ata_qc_complete_multiple() 5144 ap->qc_active |= 1 << qc->tag; in ata_qc_issue()
|
D | sata_sil24.c | 1110 u32 slot_stat, qc_active; in sil24_host_intr() local 1130 qc_active = slot_stat & ~HOST_SSTAT_ATTN; in sil24_host_intr() 1131 rc = ata_qc_complete_multiple(ap, qc_active); in sil24_host_intr()
|
D | pata_artop.c | 289 if (alt && alt->qc_active) in artop6210_qc_defer()
|
D | pata_hpt3x2n.c | 323 if ((flags & USE_DPLL) != dpll && alt->qc_active) in hpt3x2n_qc_defer()
|
D | sata_mv.c | 2550 ap->qc_active, failed_links, in mv_handle_fbs_ncq_dev_err() 2849 ata_qc_complete_multiple(ap, ap->qc_active ^ done_mask); in mv_process_crpb_entries()
|