Home
last modified time | relevance | path

Searched defs:MDIO_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qcom_mdio/
H A Dqcom_mdio_ipq4018_var.h33 #define MDIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd/sys/dev/dpaa/
H A Dfman_mdio.c55 #define MDIO_UNLOCK() mtx_unlock(&sc->sc_lock) macro
/freebsd/sys/dev/vnic/
H A Dthunder_mdio.c136 #define MDIO_UNLOCK(sc) mtx_unlock(&(sc)->mtx) macro
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h408 #define MDIO_UNLOCK(adapter) mtx_unlock(&(adapter)->mdio_lock) macro