Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c1183 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 …]
H A Dif_vgevar.h209 #define VGE_UNLOCK(_sc) mtx_unlock(&(_sc)->vge_mtx) macro