Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath_rx.c1008 ATH_PCU_UNLOCK_ASSERT(sc); in ath_rx_proc()
HDif_ath.c2673 ATH_PCU_UNLOCK_ASSERT(sc);
2770 ATH_PCU_UNLOCK_ASSERT(sc); in ath_reset()
5064 ATH_PCU_UNLOCK_ASSERT(sc); in ath_chan_set()
HDif_athvar.h973 #define ATH_PCU_UNLOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_pcu_mtx, \ macro