Searched defs:IXGBE_CORE_LOCK_ASSERT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.h569 #define IXGBE_CORE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->core_mtx, MA_OWNED) macro
H A Dixv.h570 #define IXGBE_CORE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->core_mtx, MA_OWNED) macro

Completed in 83 milliseconds