Searched refs:hb_timer (Results 1 – 11 of 11) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
D | recovery.c | 28 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()
|
D | core.h | 844 struct timer_list hb_timer; member
|
D | init.c | 1916 del_timer_sync(&ar->fw_recovery.hb_timer); in ath6kl_stop_txrx()
|
/drivers/ntb/hw/intel/ |
D | ntb_hw_intel.h | 177 struct delayed_work hb_timer; member 189 hb_timer.work)
|
/drivers/ntb/hw/amd/ |
D | ntb_hw_amd.h | 212 struct delayed_work hb_timer; member 219 #define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work)
|
D | ntb_hw_amd.c | 523 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/ |
D | bfa_ioc.h | 165 struct timer_list hb_timer; member
|
D | bfa_ioc.c | 1971 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()
|
D | bnad.c | 1701 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/ |
D | bfa_ioc.h | 300 struct bfa_timer_s hb_timer; member
|
D | bfa_ioc.c | 36 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->hb_timer, \ 38 #define bfa_hb_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->hb_timer)
|