Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/vge/
HDif_vge.c1173 VGE_LOCK(sc); in vge_detach()
1575 VGE_LOCK(sc); in vge_rxeof()
1697 VGE_LOCK(sc); in vge_poll()
1745 VGE_LOCK(sc); in vge_intr()
1936 VGE_LOCK(sc); in vge_start()
2008 VGE_LOCK(sc); in vge_init()
2155 VGE_LOCK(sc); in vge_ifmedia_upd()
2190 VGE_LOCK(sc); in vge_ifmedia_sts()
2256 VGE_LOCK(sc); in vge_ioctl()
2269 VGE_LOCK(sc); in vge_ioctl()
[all …]
HDif_vgevar.h207 #define VGE_LOCK(_sc) mtx_lock(&(_sc)->vge_mtx) macro