Home
last modified time | relevance | path

Searched refs:sactive (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/ata/
Dsata_dwc_460ex.c512 uint intpr, sactive, sactive2, tag_mask; in sata_dwc_isr() local
562 sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive); in sata_dwc_isr()
563 tag_mask = (hsdev->sactive_issued | sactive) ^ sactive; in sata_dwc_isr()
636 sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive); in sata_dwc_isr()
637 tag_mask = (hsdev->sactive_issued | sactive) ^ sactive; in sata_dwc_isr()
639 if (sactive != 0 || hsdev->sactive_issued > 1 || tag_mask > 1) { in sata_dwc_isr()
642 __func__, sactive, hsdev->sactive_issued, tag_mask); in sata_dwc_isr()
648 sactive, hsdev->sactive_issued, tag_mask); in sata_dwc_isr()
716 if (sactive2 != sactive) { in sata_dwc_isr()
719 sactive, sactive2); in sata_dwc_isr()
[all …]
Dsata_nv.c979 check_commands = ap->link.sactive; in nv_adma_interrupt()
1648 if (ata_tag_valid(ap->link.active_tag) || ap->link.sactive) { in nv_adma_error_handler()
1666 ap->link.sactive & (1 << i)) in nv_adma_error_handler()
1766 u32 sactive; in nv_swncq_ncq_stop() local
1770 ap->qc_active, ap->link.sactive); in nv_swncq_ncq_stop()
1781 sactive = readl(pp->sactive_block); in nv_swncq_ncq_stop()
1782 done_mask = pp->qc_active ^ sactive; in nv_swncq_ncq_stop()
1799 (sactive >> i) & 0x1, in nv_swncq_ncq_stop()
1813 if (ap->link.sactive) { in nv_swncq_error_handler()
2084 u32 sactive; in nv_swncq_sdbfis() local
[all …]
Dlibata-core.c1532 preempted_sactive = link->sactive; in ata_exec_internal_sg()
1536 link->sactive = 0; in ata_exec_internal_sg()
1639 link->sactive = preempted_sactive; in ata_exec_internal_sg()
4420 if (!ata_tag_valid(link->active_tag) && !link->sactive) in ata_std_qc_defer()
4622 link->sactive &= ~(1 << qc->hw_tag); in __ata_qc_complete()
4623 if (!link->sactive) in __ata_qc_complete()
4827 WARN_ON_ONCE(link->sactive & (1 << qc->hw_tag)); in ata_qc_issue()
4829 if (!link->sactive) in ata_qc_issue()
4831 link->sactive |= 1 << qc->hw_tag; in ata_qc_issue()
4833 WARN_ON_ONCE(link->sactive); in ata_qc_issue()
Dlibata-sata.c1448 if (!link->sactive || !(ehc->i.err_mask & AC_ERR_DEV)) in ata_eh_analyze_ncq_error()
1469 if (!(link->sactive & (1 << tag))) { in ata_eh_analyze_ncq_error()
Dsata_sil24.c1139 slot_stat, ap->link.active_tag, ap->link.sactive); in sil24_host_intr()
Dlibata-eh.c2253 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2260 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
Dlibahci.c1875 if (ap->qc_active && pp->active_link->sactive) in ahci_handle_port_interrupt()
/Linux-v5.15/drivers/scsi/libsas/
Dsas_ata.c125 if (!link->sactive) { in sas_ata_task_done()
137 if (!link->sactive) { in sas_ata_task_done()
/Linux-v5.15/include/linux/
Dlibata.h795 u32 sactive; /* active NCQ commands */ member
1631 return ata_tag_valid(link->active_tag) || link->sactive; in ata_link_active()