Searched refs:ATH_UNLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance
2825 ATH_UNLOCK_ASSERT(sc); in ath_txrx_stop_locked()2854 ATH_UNLOCK_ASSERT(sc);2954 ATH_UNLOCK_ASSERT(sc); in ath_reset()5270 ATH_UNLOCK_ASSERT(sc); in ath_chan_set()
1092 ATH_UNLOCK_ASSERT(sc); in ath_rx_proc()
940 #define ATH_UNLOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_NOTOWNED) macro