Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bge/
HDif_bge.c3939 BGE_LOCK(sc); in bge_detach()
4395 BGE_LOCK(sc); in bge_rxeof()
4522 BGE_LOCK(sc); in bge_poll()
4593 BGE_LOCK(sc); in bge_intr_task()
4628 BGE_LOCK(sc); in bge_intr_task()
4649 BGE_LOCK(sc); in bge_intr()
5393 BGE_LOCK(sc); in bge_start()
5580 BGE_LOCK(sc); in bge_init()
5594 BGE_LOCK(sc); in bge_ifmedia_upd()
5692 BGE_LOCK(sc); in bge_ifmedia_sts()
[all …]
HDif_bgereg.h3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx) macro