Home
last modified time | relevance | path

Searched refs:ATH_PCU_UNLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx.c1093 ATH_PCU_UNLOCK_ASSERT(sc); in ath_rx_proc()
H A Dif_ath.c2855 ATH_PCU_UNLOCK_ASSERT(sc);
2953 ATH_PCU_UNLOCK_ASSERT(sc); in ath_reset()
5269 ATH_PCU_UNLOCK_ASSERT(sc); in ath_chan_set()
H A Dif_athvar.h994 #define ATH_PCU_UNLOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_pcu_mtx, \ macro