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.c550 AE_LOCK_ASSERT(sc); in ae_init_locked()
1270 AE_LOCK_ASSERT(sc); in ae_powersave_disable()
1286 AE_LOCK_ASSERT(sc); in ae_powersave_enable()
1307 AE_LOCK_ASSERT(sc); in ae_pm_init()
1421 AE_LOCK_ASSERT(sc); in ae_encap()
1508 AE_LOCK_ASSERT(sc); in ae_start_locked()
1618 AE_LOCK_ASSERT(sc); in ae_stop_rxmac()
1654 AE_LOCK_ASSERT(sc); in ae_stop_txmac()
1690 AE_LOCK_ASSERT(sc); in ae_mac_config()
1787 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