Home
last modified time | relevance | path

Searched refs:ath9k_hw_check_alive (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dlink.c80 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
Dhw.c1628 bool ath9k_hw_check_alive(struct ath_hw *ah) in ath9k_hw_check_alive() function
1666 EXPORT_SYMBOL(ath9k_hw_check_alive);
1804 if (!ath9k_hw_check_alive(ah)) in ath9k_hw_do_fastcc()
Dhw.h1072 bool ath9k_hw_check_alive(struct ath_hw *ah);
Dmain.c416 if ((sc->gtt_cnt >= MAX_GTT_CNT) && !ath9k_hw_check_alive(ah)) { in ath9k_tasklet()