Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/pci/
HDpcib_private.h142 struct mtx *pcie_hp_lock; member
145 #define PCIB_HP_LOCK(sc) mtx_lock((sc)->pcie_hp_lock)
146 #define PCIB_HP_UNLOCK(sc) mtx_unlock((sc)->pcie_hp_lock)
147 #define PCIB_HP_LOCK_ASSERT(sc) mtx_assert((sc)->pcie_hp_lock, MA_OWNED)
HDpci_pci.c1441 sc->pcie_hp_lock = bus_topo_mtx(); in pcib_setup_hotplug()