Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dlink.c80 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
Dhw.c1640 bool ath9k_hw_check_alive(struct ath_hw *ah) in ath9k_hw_check_alive() function
1678 EXPORT_SYMBOL(ath9k_hw_check_alive);
1816 if (!ath9k_hw_check_alive(ah)) in ath9k_hw_do_fastcc()
Dhw.h1078 bool ath9k_hw_check_alive(struct ath_hw *ah);
Dmain.c424 if ((sc->gtt_cnt >= MAX_GTT_CNT) && !ath9k_hw_check_alive(ah)) { in ath9k_tasklet()