Searched refs:NGE_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
519 NGE_LOCK_ASSERT(sc); in nge_miibus_statchg()688 NGE_LOCK_ASSERT(sc); in nge_rxfilter()1436 NGE_LOCK_ASSERT(sc); in nge_rxeof()1611 NGE_LOCK_ASSERT(sc); in nge_txeof()1669 NGE_LOCK_ASSERT(sc); in nge_tick()1692 NGE_LOCK_ASSERT(sc); in nge_stats_update()1876 NGE_LOCK_ASSERT(sc); in nge_encap()1991 NGE_LOCK_ASSERT(sc); in nge_start_locked()2053 NGE_LOCK_ASSERT(sc); in nge_init_locked()2401 NGE_LOCK_ASSERT(sc); in nge_watchdog()[all …]
666 #define NGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->nge_mtx, MA_OWNED) macro