Home | History | Annotate | Download | only in pci

Lines Matching defs:vmx_mtx

122 #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;
599 sc->vmx_mtx = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET);
675 callout_halt(&sc->vmx_tick, sc->vmx_mtx);
693 if (sc->vmx_mtx)
694 mutex_obj_free(sc->vmx_mtx);
1869 vmxnet3_ifmedia_status, sc->vmx_mtx);
2770 callout_halt(&sc->vmx_tick, sc->vmx_mtx);