Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Drecovery.c24 fw_recovery.recovery_work); in ath6kl_recovery_work()
28 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_recovery_work()
35 ar->fw_recovery.err_reason = 0; in ath6kl_recovery_work()
37 if (ar->fw_recovery.hb_poll) in ath6kl_recovery_work()
38 mod_timer(&ar->fw_recovery.hb_timer, jiffies + in ath6kl_recovery_work()
39 msecs_to_jiffies(ar->fw_recovery.hb_poll)); in ath6kl_recovery_work()
44 if (!ar->fw_recovery.enable) in ath6kl_recovery_err_notify()
50 set_bit(reason, &ar->fw_recovery.err_reason); in ath6kl_recovery_err_notify()
54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify()
59 if (cookie == ar->fw_recovery.seq_num) in ath6kl_recovery_hb_event()
[all …]
Dcore.c229 ar->fw_recovery.enable = !!recovery_enable; in ath6kl_core_init()
230 if (!ar->fw_recovery.enable) in ath6kl_core_init()
236 ar->fw_recovery.hb_poll = heart_beat_poll; in ath6kl_core_init()
Dinit.c1892 if (ar->fw_recovery.enable) in ath6kl_stop_txrx()
1893 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_stop_txrx()
Dcore.h849 } fw_recovery; member