Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bge/
HDif_bge.c3941 BGE_UNLOCK(sc); in bge_detach()
4393 BGE_UNLOCK(sc); in bge_rxeof()
4524 BGE_UNLOCK(sc); in bge_poll()
4556 BGE_UNLOCK(sc); in bge_poll()
4563 BGE_UNLOCK(sc); in bge_poll()
4595 BGE_UNLOCK(sc); in bge_intr_task()
4626 BGE_UNLOCK(sc); in bge_intr_task()
4636 BGE_UNLOCK(sc); in bge_intr_task()
4655 BGE_UNLOCK(sc); in bge_intr()
4717 BGE_UNLOCK(sc); in bge_intr()
[all …]
HDif_bgereg.h3051 #define BGE_UNLOCK(_sc) mtx_unlock(&(_sc)->bge_mtx) macro