Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c118 struct mtx xgbe_phy_comm_lock; variable
598 mtx_unlock(&xgbe_phy_comm_lock); in xgbe_phy_put_comm_ownership()
612 mtx_lock(&xgbe_phy_comm_lock); in xgbe_phy_get_comm_ownership()
639 mtx_unlock(&xgbe_phy_comm_lock); in xgbe_phy_get_comm_ownership()
3759 if (!mtx_initialized(&xgbe_phy_comm_lock)) in xgbe_phy_init()
3760 mtx_init(&xgbe_phy_comm_lock, "xgbe phy common lock", NULL, MTX_DEF); in xgbe_phy_init()