Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hme/
Dif_hme.c223 HME_UNLOCK(sc); in hme_config()
410 HME_UNLOCK(sc); in hme_detach()
441 HME_UNLOCK(sc); in hme_suspend()
452 HME_UNLOCK(sc); in hme_resume()
734 HME_UNLOCK(sc); in hme_init()
1102 HME_UNLOCK(sc); in hme_read()
1114 HME_UNLOCK(sc); in hme_start()
1354 HME_UNLOCK(sc); in hme_intr()
1546 HME_UNLOCK(sc); in hme_mediachange()
1586 HME_UNLOCK(sc); in hme_mediastatus()
[all …]
Dif_hmevar.h144 #define HME_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_lock) macro