Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1659 if ((status & PCI_HP_COMM_STS_ERR_MASK) == in pcishpc_wait_busy()
1667 if ((status & PCI_HP_COMM_STS_ERR_MASK) == in pcishpc_wait_busy()
1675 if ((status & PCI_HP_COMM_STS_ERR_MASK) == in pcishpc_wait_busy()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h857 #define PCI_HP_COMM_STS_ERR_MASK 0xe0000 macro