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.c983 else if (sc->flags & PCIB_DETACH_PENDING) in pcib_pcie_hotplug_update()
1065 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_pcie_intr_hotplug()
1068 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_pcie_intr_hotplug()
1075 sc->flags |= PCIB_DETACH_PENDING; in pcib_pcie_intr_hotplug()
1134 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_pcie_ab_timeout()
1136 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_pcie_ab_timeout()
1322 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_detach_hotplug()
1323 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_detach_hotplug()
H A Dpcib_private.h108 #define PCIB_DETACH_PENDING 0x40 macro