Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h188 #define AHCI_PORT_FLAG_ERRPRINT 0x800 macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7963 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_ERRPRINT; in ahci_intr_fatal_error()
7994 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_ERRPRINT; in ahci_intr_fatal_error()
9520 if (ahci_portp->ahciport_flags & AHCI_PORT_FLAG_ERRPRINT) { in ahci_fatal_error_recovery_handler()
9521 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_ERRPRINT; in ahci_fatal_error_recovery_handler()
9705 if (ahci_portp->ahciport_flags & AHCI_PORT_FLAG_ERRPRINT) { in ahci_events_handler()
9706 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_ERRPRINT; in ahci_events_handler()