Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7107 uint32_t port_sactive; in ahci_intr_ncq_events() local
7129 port_sactive = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle, in ahci_intr_ncq_events()
7133 ~port_sactive & AHCI_NCQ_SLOT_MASK(ahci_portp); in ahci_intr_ncq_events()
7138 ahci_portp->ahciport_pending_ncq_tags, port_sactive); in ahci_intr_ncq_events()
7651 uint32_t port_sactive; in ahci_intr_non_fatal_error() local
7750 port_sactive = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle, in ahci_intr_non_fatal_error()
7760 port_sactive, port_cmd_issue); in ahci_intr_non_fatal_error()
7763 port_sactive & ~port_cmd_issue & in ahci_intr_non_fatal_error()
9841 uint32_t port_sactive; in ahci_watchdog_handler() local
9889 port_sactive = ddi_get32( in ahci_watchdog_handler()
[all …]