Home
last modified time | relevance | path

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

/src/sys/dev/bge/
H A Dif_bge.c3951 BGE_LOCK(sc); in bge_detach()
4406 BGE_LOCK(sc); in bge_rxeof()
4533 BGE_LOCK(sc); in bge_poll()
4604 BGE_LOCK(sc); in bge_intr_task()
4639 BGE_LOCK(sc); in bge_intr_task()
4660 BGE_LOCK(sc); in bge_intr()
5404 BGE_LOCK(sc); in bge_start()
5591 BGE_LOCK(sc); in bge_init()
5605 BGE_LOCK(sc); in bge_ifmedia_upd()
5703 BGE_LOCK(sc); in bge_ifmedia_sts()
[all …]
H A Dif_bgereg.h3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx) macro