Home
last modified time | relevance | path

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

/src/sys/dev/bfe/
H A Dif_bfe.c492 BFE_LOCK(sc); in bfe_attach()
540 BFE_LOCK(sc); in bfe_detach()
549 BFE_LOCK(sc); in bfe_detach()
572 BFE_LOCK(sc); in bfe_shutdown()
586 BFE_LOCK(sc); in bfe_suspend()
601 BFE_LOCK(sc); in bfe_resume()
1423 BFE_LOCK(sc); in bfe_rxeof()
1442 BFE_LOCK(sc); in bfe_intr()
1588 BFE_LOCK((struct bfe_softc *)if_getsoftc(ifp)); in bfe_start()
1672 BFE_LOCK((struct bfe_softc *)xsc); in bfe_init()
[all …]
H A Dif_bfereg.h455 #define BFE_LOCK(_sc) mtx_lock(&(_sc)->bfe_mtx) macro