Searched refs:IXGB_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
466 IXGB_LOCK_ASSERT(adapter); in ixgb_start_locked()670 IXGB_LOCK_ASSERT(adapter); in ixgb_init_locked()763 IXGB_LOCK_ASSERT(adapter); in ixgb_poll_locked()1136 IXGB_LOCK_ASSERT(adapter);1185 IXGB_LOCK_ASSERT(adapter);1714 IXGB_LOCK_ASSERT(adapter);2086 IXGB_LOCK_ASSERT(adapter);
381 #define IXGB_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->mtx, MA_OWNED) macro