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.c3939 BGE_LOCK(sc); in bge_detach()
4394 BGE_LOCK(sc); in bge_rxeof()
4521 BGE_LOCK(sc); in bge_poll()
4592 BGE_LOCK(sc); in bge_intr_task()
4627 BGE_LOCK(sc); in bge_intr_task()
4648 BGE_LOCK(sc); in bge_intr()
5392 BGE_LOCK(sc); in bge_start()
5579 BGE_LOCK(sc); in bge_init()
5593 BGE_LOCK(sc); in bge_ifmedia_upd()
5691 BGE_LOCK(sc); in bge_ifmedia_sts()
[all …]
H A Dif_bgereg.h3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx) macro