Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c4528 BGE_LOCK(sc); in bge_poll()
4599 BGE_LOCK(sc); in bge_intr_task()
4655 BGE_LOCK(sc); in bge_intr()
5399 BGE_LOCK(sc); in bge_start()
5586 BGE_LOCK(sc); in bge_init()
5600 BGE_LOCK(sc); in bge_ifmedia_upd()
5698 BGE_LOCK(sc); in bge_ifmedia_sts()
6063 BGE_LOCK(sc); in bge_shutdown()
6076 BGE_LOCK(sc); in bge_suspend()
6090 BGE_LOCK(sc); in bge_resume()
[all …]
H A Dif_bgereg.h3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx) macro