Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcib_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)
H A Dpci_pci.c1431 sc->pcie_hp_lock = bus_topo_mtx(); in pcib_setup_hotplug()