Searched refs:fw_recovery (Results 1 – 6 of 6) sorted by relevance
24 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 …]
234 ar->fw_recovery.enable = !!recovery_enable; in ath6kl_core_init()235 if (!ar->fw_recovery.enable) in ath6kl_core_init()241 ar->fw_recovery.hb_poll = heart_beat_poll; in ath6kl_core_init()
1917 if (ar->fw_recovery.enable) in ath6kl_stop_txrx()1918 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_stop_txrx()
849 } fw_recovery; member
58 int (*fw_recovery)(void *wil_handle); member
302 .fw_recovery = wil_platform_rop_fw_recovery, in wil_pcie_probe()