Searched refs:IXGB_LOCK_ASSERT (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c467 IXGB_LOCK_ASSERT(adapter);
672 IXGB_LOCK_ASSERT(adapter);
765 IXGB_LOCK_ASSERT(adapter);
1138 IXGB_LOCK_ASSERT(adapter);
1187 IXGB_LOCK_ASSERT(adapter);
1716 IXGB_LOCK_ASSERT(adapter);
2088 IXGB_LOCK_ASSERT(adapter);
H A Dif_ixgb.h381 #define IXGB_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->mtx, MA_OWNED) macro

Completed in 118 milliseconds