Searched refs:BGE_LOCK (Results 1 – 2 of 2) sorted by relevance
3939 BGE_LOCK(sc); in bge_detach()4395 BGE_LOCK(sc); in bge_rxeof()4522 BGE_LOCK(sc); in bge_poll()4593 BGE_LOCK(sc); in bge_intr_task()4628 BGE_LOCK(sc); in bge_intr_task()4649 BGE_LOCK(sc); in bge_intr()5393 BGE_LOCK(sc); in bge_start()5580 BGE_LOCK(sc); in bge_init()5594 BGE_LOCK(sc); in bge_ifmedia_upd()5692 BGE_LOCK(sc); in bge_ifmedia_sts()[all …]
3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx) macro