Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h185 #define AHCI_PORT_FLAG_IGNORE_IPMS 0x100 macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5624 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_IGNORE_IPMS; in ahci_pmport_reset()
5661 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_IGNORE_IPMS; in ahci_pmport_reset()
5673 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_IGNORE_IPMS; in ahci_pmport_reset()
6642 if (!(ahci_portp->ahciport_flags & AHCI_PORT_FLAG_IGNORE_IPMS)) in ahci_port_intr()