Searched refs:ipath_intrchk_timer (Results 1 – 3 of 3) sorted by relevance
687 mod_timer(&dd->ipath_intrchk_timer, jiffies + HZ/2); in verify_interrupt()989 setup_timer(&dd->ipath_intrchk_timer, in ipath_init_chip()993 dd->ipath_intrchk_timer.expires = jiffies + HZ/2; in ipath_init_chip()994 add_timer(&dd->ipath_intrchk_timer); in ipath_init_chip()
2399 if (dd->ipath_intrchk_timer.data) { in ipath_shutdown_device()2400 del_timer_sync(&dd->ipath_intrchk_timer); in ipath_shutdown_device()2401 dd->ipath_intrchk_timer.data = 0; in ipath_shutdown_device()
499 struct timer_list ipath_intrchk_timer; member