Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c74 mutex_lock(&priv->est_lock); in stmmac_adjust_time()
78 mutex_unlock(&priv->est_lock); in stmmac_adjust_time()
91 mutex_lock(&priv->est_lock); in stmmac_adjust_time()
108 mutex_unlock(&priv->est_lock); in stmmac_adjust_time()
H A Dstmmac_tc.c1032 mutex_init(&priv->est_lock); in tc_taprio_configure()
1034 mutex_lock(&priv->est_lock); in tc_taprio_configure()
1036 mutex_unlock(&priv->est_lock); in tc_taprio_configure()
1041 mutex_lock(&priv->est_lock); in tc_taprio_configure()
1044 mutex_unlock(&priv->est_lock); in tc_taprio_configure()
1071 mutex_lock(&priv->est_lock); in tc_taprio_configure()
1095 mutex_unlock(&priv->est_lock); in tc_taprio_configure()
1110 mutex_lock(&priv->est_lock); in tc_taprio_configure()
1120 mutex_unlock(&priv->est_lock); in tc_taprio_configure()
H A Dstmmac.h300 struct mutex est_lock; member