Searched defs:MDIO_UNLOCK (Results 1 – 4 of 4) sorted by relevance
33 #define MDIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
55 #define MDIO_UNLOCK() mtx_unlock(&sc->sc_lock) macro
136 #define MDIO_UNLOCK(sc) mtx_unlock(&(sc)->mtx) macro
408 #define MDIO_UNLOCK(adapter) mtx_unlock(&(adapter)->mdio_lock) macro