Home
last modified time | relevance | path

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

/src/sys/dev/ae/
H A Dif_ae.c523 AE_LOCK(sc); in ae_init()
750 AE_LOCK(sc); in ae_detach()
873 AE_LOCK(sc); in ae_mediastatus()
892 AE_LOCK(sc); in ae_mediachange()
1259 AE_LOCK(sc); in ae_shutdown()
1375 AE_LOCK(sc); in ae_suspend()
1391 AE_LOCK(sc); in ae_resume()
1493 AE_LOCK(sc); in ae_start()
1564 AE_LOCK(sc); in ae_link_task()
1734 AE_LOCK(sc); in ae_int_task()
[all …]
H A Dif_aevar.h156 #define AE_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro