Home
last modified time | relevance | path

Searched refs:hb_timer (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
Drecovery.c28 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_recovery_work()
38 mod_timer(&ar->fw_recovery.hb_timer, jiffies + in ath6kl_recovery_work()
65 struct ath6kl *ar = from_timer(ar, t, fw_recovery.hb_timer); in ath6kl_recovery_hb_timer()
94 mod_timer(&ar->fw_recovery.hb_timer, jiffies + in ath6kl_recovery_hb_timer()
107 timer_setup(&ar->fw_recovery.hb_timer, ath6kl_recovery_hb_timer, in ath6kl_recovery_init()
111 mod_timer(&ar->fw_recovery.hb_timer, jiffies + in ath6kl_recovery_init()
122 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_recovery_cleanup()
157 mod_timer(&ar->fw_recovery.hb_timer, in ath6kl_recovery_resume()
Dcore.h844 struct timer_list hb_timer; member
Dinit.c1916 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_stop_txrx()
/drivers/ntb/hw/intel/
Dntb_hw_intel.h177 struct delayed_work hb_timer; member
189 hb_timer.work)
/drivers/ntb/hw/amd/
Dntb_hw_amd.h212 struct delayed_work hb_timer; member
219 #define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work)
Dntb_hw_amd.c523 schedule_delayed_work(&ndev->hb_timer, AMD_LINK_HB_TIMEOUT); in amd_handle_event()
546 schedule_delayed_work(&ndev->hb_timer, in amd_handle_event()
875 schedule_delayed_work(&ndev->hb_timer, AMD_LINK_HB_TIMEOUT); in amd_link_hb()
928 INIT_DELAYED_WORK(&ndev->hb_timer, amd_link_hb); in amd_init_ntb()
929 schedule_delayed_work(&ndev->hb_timer, AMD_LINK_HB_TIMEOUT); in amd_init_ntb()
986 cancel_delayed_work_sync(&ndev->hb_timer); in amd_deinit_dev()
/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h165 struct timer_list hb_timer; member
Dbfa_ioc.c1971 mod_timer(&ioc->hb_timer, jiffies + in bfa_nw_ioc_hb_check()
1979 mod_timer(&ioc->hb_timer, jiffies + in bfa_ioc_hb_monitor()
1986 del_timer(&ioc->hb_timer); in bfa_ioc_hb_stop()
Dbnad.c1701 struct bnad *bnad = from_timer(bnad, t, bna.ioceth.ioc.hb_timer); in bnad_ioc_hb_check()
3686 timer_setup(&bnad->bna.ioceth.ioc.hb_timer, bnad_ioc_hb_check, 0); in bnad_pci_probe()
3758 del_timer_sync(&bnad->bna.ioceth.ioc.hb_timer); in bnad_pci_probe()
3801 del_timer_sync(&bnad->bna.ioceth.ioc.hb_timer); in bnad_pci_remove()
/drivers/scsi/bfa/
Dbfa_ioc.h300 struct bfa_timer_s hb_timer; member
Dbfa_ioc.c36 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->hb_timer, \
38 #define bfa_hb_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->hb_timer)