Home
last modified time | relevance | path

Searched refs:ALE_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/ale/
Dif_ale.c1502 ALE_LOCK_ASSERT(sc); in ale_setwol()
1618 ALE_LOCK_ASSERT(sc); in ale_encap()
1900 ALE_LOCK_ASSERT(sc); in ale_start_locked()
1949 ALE_LOCK_ASSERT(sc); in ale_watchdog()
2085 ALE_LOCK_ASSERT(sc); in ale_mac_config()
2138 ALE_LOCK_ASSERT(sc); in ale_stats_update()
2316 ALE_LOCK_ASSERT(sc); in ale_txeof()
2578 ALE_LOCK_ASSERT(sc); in ale_tick()
2641 ALE_LOCK_ASSERT(sc); in ale_init_locked()
2871 ALE_LOCK_ASSERT(sc); in ale_stop()
[all …]
Dif_alevar.h242 #define ALE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->ale_mtx, MA_OWNED) macro