Home
last modified time | relevance | path

Searched refs:restart_timer (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Daspm.c131 bool restart_timer; in __aspm_ctx_disable() local
149 restart_timer = ktime_to_ns(ktime_sub(now, rcd->aspm_ts_timer_sched)) > in __aspm_ctx_disable()
151 restart_timer = restart_timer && close_interrupts; in __aspm_ctx_disable()
157 restart_timer = true; in __aspm_ctx_disable()
160 if (restart_timer) { in __aspm_ctx_disable()
/linux/drivers/atm/
H A Didt77105.c54 static DEFINE_TIMER(restart_timer, idt77105_restart_timer_func);
138 if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD); in idt77105_restart_timer_func()
313 restart_timer.expires = jiffies+IDT77105_RESTART_TIMER_PERIOD; in idt77105_start()
314 add_timer(&restart_timer); in idt77105_start()
370 timer_delete_sync(&restart_timer); in idt77105_exit()
/linux/net/batman-adv/
H A Dbat_v_elp.c309 goto restart_timer; in batadv_v_elp_periodic_work()
313 goto restart_timer; in batadv_v_elp_periodic_work()
377 restart_timer: in batadv_v_elp_periodic_work()
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb.c135 struct timer_list restart_timer; member
322 struct pcan_usb *pdev = timer_container_of(pdev, t, restart_timer); in pcan_usb_restart()
337 mod_timer(&pdev->restart_timer, in pcan_usb_restart_pending()
352 if (timer_pending(&pdev->restart_timer)) in pcan_usb_restart_async()
892 timer_setup(&pdev->restart_timer, pcan_usb_restart, 0); in pcan_usb_init()
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c726 int restart_timer = 0; in happy_meal_timer() local
756 restart_timer = 1; in happy_meal_timer()
777 restart_timer = 1; in happy_meal_timer()
779 restart_timer = 1; in happy_meal_timer()
797 restart_timer = 0; in happy_meal_timer()
803 restart_timer = 1; in happy_meal_timer()
805 restart_timer = 1; in happy_meal_timer()
827 restart_timer = 1; in happy_meal_timer()
836 restart_timer = 1; in happy_meal_timer()
844 restart_timer = 0; in happy_meal_timer()
[all …]
H A Dsunbmac.c531 int restart_timer = 0; in bigmac_timer() local
543 restart_timer = 0; in bigmac_timer()
560 restart_timer = 1; in bigmac_timer()
562 restart_timer = 1; in bigmac_timer()
569 restart_timer = 0; in bigmac_timer()
574 if (restart_timer != 0) { in bigmac_timer()
/linux/drivers/s390/net/
H A Dctcm_main.h218 fsm_timer restart_timer; member
H A Dctcm_fsms.c2061 fsm_deltimer(&priv->restart_timer); in dev_action_start()
2100 int restart_timer; in dev_action_restart() local
2107 restart_timer = CTCM_TIME_1_SEC; in dev_action_restart()
2109 restart_timer = CTCM_TIME_5_SEC; in dev_action_restart()
2121 fsm_addtimer(&priv->restart_timer, restart_timer, in dev_action_restart()
H A Dctcm_main.c1111 fsm_settimer(priv->fsm, &priv->restart_timer); in ctcm_init_netdevice()
/linux/net/sctp/
H A Doutqueue.c1448 __u8 restart_timer = 0; in sctp_check_transmitted() local
1554 restart_timer = 1; in sctp_check_transmitted()
1596 restart_timer = 1; in sctp_check_transmitted()
1692 } else if (restart_timer) { in sctp_check_transmitted()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c745 goto restart_timer; in bnxt_re_pacing_timer_exp()
759 restart_timer: in bnxt_re_pacing_timer_exp()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c11071 goto restart_timer; in tg3_timer()
11099 goto restart_timer; in tg3_timer()
11202 restart_timer: in tg3_timer()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3939 goto restart_timer; in lpfc_poll_eratt()
3966 restart_timer: in lpfc_poll_eratt()