Searched refs:PCIB_DETACH_PENDING (Results 1 – 2 of 2) sorted by relevance
986 else if (sc->flags & PCIB_DETACH_PENDING) in pcib_pcie_hotplug_update()1068 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_pcie_intr_hotplug()1071 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_pcie_intr_hotplug()1080 sc->flags |= PCIB_DETACH_PENDING; in pcib_pcie_intr_hotplug()1143 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_pcie_ab_timeout()1145 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_pcie_ab_timeout()1331 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_detach_hotplug()1332 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_detach_hotplug()
108 #define PCIB_DETACH_PENDING 0x40 macro