Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.h180 extern struct mtx tsec_phy_mtx;
181 #define TSEC_PHY_LOCK(sc) mtx_lock(&tsec_phy_mtx)
182 #define TSEC_PHY_UNLOCK(sc) mtx_unlock(&tsec_phy_mtx)
H A Dif_tsec.c114 struct mtx tsec_phy_mtx; variable
125 if (!mtx_initialized(&tsec_phy_mtx)) in tsec_attach()
126 mtx_init(&tsec_phy_mtx, "tsec mii", NULL, MTX_DEF); in tsec_attach()