Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Drecovery.c37 if (ar->fw_recovery.hb_poll) in ath6kl_recovery_work()
39 msecs_to_jiffies(ar->fw_recovery.hb_poll)); in ath6kl_recovery_work()
95 msecs_to_jiffies(ar->fw_recovery.hb_poll)); in ath6kl_recovery_hb_timer()
110 if (ar->fw_recovery.hb_poll) in ath6kl_recovery_init()
112 msecs_to_jiffies(ar->fw_recovery.hb_poll)); in ath6kl_recovery_init()
151 if (!ar->fw_recovery.hb_poll) in ath6kl_recovery_resume()
158 jiffies + msecs_to_jiffies(ar->fw_recovery.hb_poll)); in ath6kl_recovery_resume()
Dcore.c241 ar->fw_recovery.hb_poll = heart_beat_poll; in ath6kl_core_init()
Dcore.h843 unsigned long hb_poll; member