Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c494 BFE_UNLOCK(sc); in bfe_attach()
543 BFE_UNLOCK(sc); in bfe_detach()
551 BFE_UNLOCK(sc); in bfe_detach()
575 BFE_UNLOCK(sc); in bfe_shutdown()
588 BFE_UNLOCK(sc); in bfe_suspend()
609 BFE_UNLOCK(sc); in bfe_resume()
1421 BFE_UNLOCK(sc); in bfe_rxeof()
1457 BFE_UNLOCK(sc); in bfe_intr()
1473 BFE_UNLOCK(sc); in bfe_intr()
1481 BFE_UNLOCK(sc); in bfe_intr()
[all …]
H A Dif_bfereg.h456 #define BFE_UNLOCK(_sc) mtx_unlock(&(_sc)->bfe_mtx) macro