Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bfe/
HDif_bfe.c500 BFE_LOCK(sc); in bfe_attach()
548 BFE_LOCK(sc); in bfe_detach()
557 BFE_LOCK(sc); in bfe_detach()
582 BFE_LOCK(sc); in bfe_shutdown()
596 BFE_LOCK(sc); in bfe_suspend()
611 BFE_LOCK(sc); in bfe_resume()
1430 BFE_LOCK(sc); in bfe_rxeof()
1449 BFE_LOCK(sc); in bfe_intr()
1596 BFE_LOCK((struct bfe_softc *)ifp->if_softc); in bfe_start()
1680 BFE_LOCK((struct bfe_softc *)xsc); in bfe_init()
[all …]
HDif_bfereg.h455 #define BFE_LOCK(_sc) mtx_lock(&(_sc)->bfe_mtx) macro