Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_ae.c562 AE_LOCK_ASSERT(sc); in ae_init_locked()
1286 AE_LOCK_ASSERT(sc); in ae_powersave_disable()
1302 AE_LOCK_ASSERT(sc); in ae_powersave_enable()
1325 AE_LOCK_ASSERT(sc); in ae_pm_init()
1444 AE_LOCK_ASSERT(sc); in ae_encap()
1531 AE_LOCK_ASSERT(sc); in ae_start_locked()
1641 AE_LOCK_ASSERT(sc); in ae_stop_rxmac()
1677 AE_LOCK_ASSERT(sc); in ae_stop_txmac()
1713 AE_LOCK_ASSERT(sc); in ae_mac_config()
1810 AE_LOCK_ASSERT(sc); in ae_tx_intr()
[all …]
H A Dif_aevar.h158 #define AE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->mtx, MA_OWNED) macro