Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_pci.c986 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()
H A Dpcib_private.h108 #define PCIB_DETACH_PENDING 0x40 macro