Searched refs:sactive (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/ata/ |
D | sata_dwc_460ex.c | 476 uint intpr, sactive, sactive2, tag_mask; in sata_dwc_isr() local 527 sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive); in sata_dwc_isr() 528 tag_mask = (hsdev->sactive_issued | sactive) ^ sactive; in sata_dwc_isr() 601 sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive); in sata_dwc_isr() 602 tag_mask = (hsdev->sactive_issued | sactive) ^ sactive; in sata_dwc_isr() 604 if (sactive != 0 || hsdev->sactive_issued > 1 || tag_mask > 1) { in sata_dwc_isr() 607 __func__, sactive, hsdev->sactive_issued, tag_mask); in sata_dwc_isr() 613 sactive, hsdev->sactive_issued, tag_mask); in sata_dwc_isr() 681 if (sactive2 != sactive) { in sata_dwc_isr() 684 sactive, sactive2); in sata_dwc_isr() [all …]
|
D | sata_nv.c | 980 check_commands = ap->link.sactive; in nv_adma_interrupt() 1633 if (ata_tag_valid(ap->link.active_tag) || ap->link.sactive) { in nv_adma_error_handler() 1651 ap->link.sactive & (1 << i)) in nv_adma_error_handler() 1751 u32 sactive; in nv_swncq_ncq_stop() local 1755 ap->qc_active, ap->link.sactive); in nv_swncq_ncq_stop() 1766 sactive = readl(pp->sactive_block); in nv_swncq_ncq_stop() 1767 done_mask = pp->qc_active ^ sactive; in nv_swncq_ncq_stop() 1784 (sactive >> i) & 0x1, in nv_swncq_ncq_stop() 1798 if (ap->link.sactive) { in nv_swncq_error_handler() 2065 u32 sactive; in nv_swncq_sdbfis() local [all …]
|
D | libata-core.c | 1508 preempted_sactive = link->sactive; in ata_exec_internal_sg() 1512 link->sactive = 0; in ata_exec_internal_sg() 1614 link->sactive = preempted_sactive; in ata_exec_internal_sg() 4462 if (!ata_tag_valid(link->active_tag) && !link->sactive) in ata_std_qc_defer() 4613 link->sactive &= ~(1 << qc->hw_tag); in __ata_qc_complete() 4614 if (!link->sactive) in __ata_qc_complete() 4818 WARN_ON_ONCE(link->sactive & (1 << qc->hw_tag)); in ata_qc_issue() 4820 if (!link->sactive) in ata_qc_issue() 4822 link->sactive |= 1 << qc->hw_tag; in ata_qc_issue() 4824 WARN_ON_ONCE(link->sactive); in ata_qc_issue()
|
D | libata-sata.c | 1427 if (!link->sactive || !(ehc->i.err_mask & AC_ERR_DEV)) in ata_eh_analyze_ncq_error() 1448 if (!(link->sactive & (1 << tag))) { in ata_eh_analyze_ncq_error()
|
D | sata_sil24.c | 1136 slot_stat, ap->link.active_tag, ap->link.sactive); in sil24_host_intr()
|
D | libata-eh.c | 2254 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report() 2261 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
|
D | libahci.c | 1880 if (ap->qc_active && pp->active_link->sactive) in ahci_handle_port_interrupt()
|
/linux-5.19.10/drivers/scsi/libsas/ |
D | sas_ata.c | 123 if (!link->sactive) { in sas_ata_task_done() 135 if (!link->sactive) { in sas_ata_task_done()
|
/linux-5.19.10/include/linux/ |
D | libata.h | 770 u32 sactive; /* active NCQ commands */ member 1627 return ata_tag_valid(link->active_tag) || link->sactive; in ata_link_active()
|