Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dlink.c76 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
Dhw.c1591 bool ath9k_hw_check_alive(struct ath_hw *ah) in ath9k_hw_check_alive() function
1625 EXPORT_SYMBOL(ath9k_hw_check_alive);
1763 if (!ath9k_hw_check_alive(ah)) in ath9k_hw_do_fastcc()
Dhw.h1065 bool ath9k_hw_check_alive(struct ath_hw *ah);
Dmain.c420 if ((sc->gtt_cnt >= MAX_GTT_CNT) && !ath9k_hw_check_alive(ah)) { in ath9k_tasklet()