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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 490 kmutex_t core_mtx; member in struct:ixgbe_softc
656 mutex_init(&(_sc)->core_mtx, MUTEX_DEFAULT, IPL_SOFTNET)
657 #define IXGBE_CORE_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->core_mtx)
660 #define IXGBE_CORE_LOCK(_sc) mutex_enter(&(_sc)->core_mtx)
664 #define IXGBE_CORE_UNLOCK(_sc) mutex_exit(&(_sc)->core_mtx)
667 #define IXGBE_CORE_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->core_mtx))
ixgbe.h 490 kmutex_t core_mtx; member in struct:ixgbe_softc
656 mutex_init(&(_sc)->core_mtx, MUTEX_DEFAULT, IPL_SOFTNET)
657 #define IXGBE_CORE_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->core_mtx)
660 #define IXGBE_CORE_LOCK(_sc) mutex_enter(&(_sc)->core_mtx)
664 #define IXGBE_CORE_UNLOCK(_sc) mutex_exit(&(_sc)->core_mtx)
667 #define IXGBE_CORE_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->core_mtx))

Completed in 98 milliseconds