Searched refs:BGE_LOCK (Results 1 – 2 of 2) sorted by relevance
3944 BGE_LOCK(sc); in bge_detach()4399 BGE_LOCK(sc); in bge_rxeof()4526 BGE_LOCK(sc); in bge_poll()4597 BGE_LOCK(sc); in bge_intr_task()4632 BGE_LOCK(sc); in bge_intr_task()4653 BGE_LOCK(sc); in bge_intr()5397 BGE_LOCK(sc); in bge_start()5584 BGE_LOCK(sc); in bge_init()5598 BGE_LOCK(sc); in bge_ifmedia_upd()5696 BGE_LOCK(sc); in bge_ifmedia_sts()[all …]
3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx) macro