Home
last modified time | relevance | path

Searched refs:hb_misscnt (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Drecovery.c73 ar->fw_recovery.hb_misscnt++; in ath6kl_recovery_hb_timer()
75 ar->fw_recovery.hb_misscnt = 0; in ath6kl_recovery_hb_timer()
77 if (ar->fw_recovery.hb_misscnt > ATH6KL_HB_RESP_MISS_THRES) { in ath6kl_recovery_hb_timer()
78 ar->fw_recovery.hb_misscnt = 0; in ath6kl_recovery_hb_timer()
105 recovery->hb_misscnt = 0; in ath6kl_recovery_init()
156 ar->fw_recovery.hb_misscnt = 0; in ath6kl_recovery_resume()
Dcore.h847 u8 hb_misscnt; member