Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/
Dath.h301 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) macro
314 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ macro
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dmain.c580 if (ATH_DBG_WARN_ON_ONCE(sc->ps_idle)) in ath_isr()
Dhw.c2274 ATH_DBG_WARN_ON_ONCE(!status); in ath9k_hw_setpower()