HomeSort by: relevance | last modified time | path
    Searched defs:vmx_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_vmx.c 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; member in struct:vmxnet3_softc
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);
    [all...]
if_vmx.c 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; member in struct:vmxnet3_softc
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);
    [all...]

Completed in 30 milliseconds