Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/pci/
HDpcib_private.h114 #define PCIB_DETACH_PENDING 0x40 macro
HDpci_pci.c1138 else if (sc->flags & PCIB_DETACH_PENDING) in pcib_pcie_hotplug_update()
1220 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_pcie_intr_hotplug()
1223 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_pcie_intr_hotplug()
1232 sc->flags |= PCIB_DETACH_PENDING; in pcib_pcie_intr_hotplug()
1295 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_pcie_ab_timeout()
1297 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_pcie_ab_timeout()
1484 if (sc->flags & PCIB_DETACH_PENDING) { in pcib_detach_hotplug()
1485 sc->flags &= ~PCIB_DETACH_PENDING; in pcib_detach_hotplug()