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()991 init_timer(&dd->ipath_intrchk_timer); in ipath_init_chip()992 dd->ipath_intrchk_timer.function = in ipath_init_chip()994 dd->ipath_intrchk_timer.data = in ipath_init_chip()997 dd->ipath_intrchk_timer.expires = jiffies + HZ/2; in ipath_init_chip()998 add_timer(&dd->ipath_intrchk_timer); in ipath_init_chip()
2394 if (dd->ipath_intrchk_timer.data) { in ipath_shutdown_device()2395 del_timer_sync(&dd->ipath_intrchk_timer); in ipath_shutdown_device()2396 dd->ipath_intrchk_timer.data = 0; in ipath_shutdown_device()
500 struct timer_list ipath_intrchk_timer; member