Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_vmx.c122 #define VMXNET3_CORE_LOCK(_sc) mutex_enter((_sc)->vmx_mtx)
123 #define VMXNET3_CORE_UNLOCK(_sc) mutex_exit((_sc)->vmx_mtx)
124 #define VMXNET3_CORE_LOCK_ASSERT(_sc) mutex_owned((_sc)->vmx_mtx)
296 kmutex_t *vmx_mtx; member
599 sc->vmx_mtx = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET); in vmxnet3_attach()
675 callout_halt(&sc->vmx_tick, sc->vmx_mtx); in vmxnet3_detach()
693 if (sc->vmx_mtx) in vmxnet3_detach()
694 mutex_obj_free(sc->vmx_mtx); in vmxnet3_detach()
1869 vmxnet3_ifmedia_status, sc->vmx_mtx); in vmxnet3_setup_interface()
2770 callout_halt(&sc->vmx_tick, sc->vmx_mtx); in vmxnet3_stop_locked()