Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h372 AHCI_EM_PRESENT = 1 << 0, enumerator
379 #define AHCI_EM_USABLE (AHCI_EM_PRESENT | AHCI_EM_READY)
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c10699 ahci_ctlp->ahcictl_em_flags |= AHCI_EM_PRESENT | AHCI_EM_RESETTING; in ahci_em_init()
10713 if ((ahci_ctlp->ahcictl_em_flags & AHCI_EM_PRESENT) == 0) { in ahci_em_ioctl_get()
10771 if ((ahci_ctlp->ahcictl_em_flags & AHCI_EM_PRESENT) == 0) { in ahci_em_ioctl_set()
10862 if ((ahci_ctlp->ahcictl_em_flags & AHCI_EM_PRESENT) == 0) { in ahci_em_quiesce()
10886 if ((ahci_ctlp->ahcictl_em_flags & AHCI_EM_PRESENT) == 0) { in ahci_em_resume()
10900 if ((ahci_ctlp->ahcictl_em_flags & AHCI_EM_PRESENT) == 0) { in ahci_em_fini()