Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c3941 BGE_UNLOCK(sc); in bge_detach()
4392 BGE_UNLOCK(sc); in bge_rxeof()
4523 BGE_UNLOCK(sc); in bge_poll()
4555 BGE_UNLOCK(sc); in bge_poll()
4562 BGE_UNLOCK(sc); in bge_poll()
4594 BGE_UNLOCK(sc); in bge_intr_task()
4625 BGE_UNLOCK(sc); in bge_intr_task()
4635 BGE_UNLOCK(sc); in bge_intr_task()
4654 BGE_UNLOCK(sc); in bge_intr()
4716 BGE_UNLOCK(sc); in bge_intr()
[all …]
H A Dif_bgereg.h3051 #define BGE_UNLOCK(_sc) mtx_unlock(&(_sc)->bge_mtx) macro