Searched refs:VGE_UNLOCK (Results 1 – 2 of 2) sorted by relevance
1183 VGE_UNLOCK(sc); in vge_detach()1583 VGE_UNLOCK(sc); in vge_rxeof()1742 VGE_UNLOCK(sc); in vge_poll()1760 VGE_UNLOCK(sc); in vge_intr()1770 VGE_UNLOCK(sc); in vge_intr()1810 VGE_UNLOCK(sc); in vge_intr()1948 VGE_UNLOCK(sc); in vge_start()2020 VGE_UNLOCK(sc); in vge_init()2167 VGE_UNLOCK(sc); in vge_ifmedia_upd()2202 VGE_UNLOCK(sc); in vge_ifmedia_sts()[all …]
209 #define VGE_UNLOCK(_sc) mtx_unlock(&(_sc)->vge_mtx) macro