Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h303 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) macro
316 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ macro
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c579 if (ATH_DBG_WARN_ON_ONCE(sc->ps_idle)) in ath_isr()
H A Dhw.c2274 ATH_DBG_WARN_ON_ONCE(!status); in ath9k_hw_setpower()