Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bxe/
HDbxe.h1006 struct mtx phy_mtx; member
1009 #define BXE_PHY_LOCK(sc) mtx_lock(&sc->port.phy_mtx)
1010 #define BXE_PHY_UNLOCK(sc) mtx_unlock(&sc->port.phy_mtx)
1011 #define BXE_PHY_LOCK_ASSERT(sc) mtx_assert(&sc->port.phy_mtx, MA_OWNED)
HDbxe.c2545 mtx_init(&sc->port.phy_mtx, sc->port.phy_mtx_name, NULL, MTX_DEF); in bxe_init_mutexes()
2583 if (mtx_initialized(&sc->port.phy_mtx)) { in bxe_release_mutexes()
2584 mtx_destroy(&sc->port.phy_mtx); in bxe_release_mutexes()