Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_ale.c303 ALE_LOCK(sc); in ale_mediastatus()
325 ALE_LOCK(sc); in ale_mediachange()
701 ALE_LOCK(sc); in ale_detach()
1450 ALE_LOCK(sc); in ale_setlinkspeed()
1535 ALE_LOCK(sc); in ale_suspend()
1553 ALE_LOCK(sc); in ale_resume()
1857 ALE_LOCK(sc); in ale_start()
1959 ALE_LOCK(sc); in ale_ioctl()
1969 ALE_LOCK(sc); in ale_ioctl()
1987 ALE_LOCK(sc); in ale_ioctl()
[all …]
H A Dif_alevar.h240 #define ALE_LOCK(_sc) mtx_lock(&(_sc)->ale_mtx) macro