Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hme/
HDif_hme.c222 HME_LOCK(sc); in hme_config()
409 HME_LOCK(sc); in hme_detach()
440 HME_LOCK(sc); in hme_suspend()
450 HME_LOCK(sc); in hme_resume()
733 HME_LOCK(sc); in hme_init()
1105 HME_LOCK(sc); in hme_read()
1113 HME_LOCK(sc); in hme_start()
1343 HME_LOCK(sc); in hme_intr()
1545 HME_LOCK(sc); in hme_mediachange()
1585 HME_LOCK(sc); in hme_mediastatus()
[all …]
HDif_hmevar.h143 #define HME_LOCK(_sc) mtx_lock(&(_sc)->sc_lock) macro