Searched refs:ipath_hol_timer (Results 1 – 3 of 3) sorted by relevance
978 init_timer(&dd->ipath_hol_timer); in ipath_init_chip()979 dd->ipath_hol_timer.function = ipath_hol_event; in ipath_init_chip()980 dd->ipath_hol_timer.data = (unsigned long)dd; in ipath_init_chip()
2394 del_timer_sync(&dd->ipath_hol_timer); in ipath_shutdown_device()2696 dd->ipath_hol_timer.expires = jiffies + in ipath_hol_down()2698 mod_timer(&dd->ipath_hol_timer, dd->ipath_hol_timer.expires); in ipath_hol_down()2735 dd->ipath_hol_timer.expires = jiffies + in ipath_hol_event()2737 mod_timer(&dd->ipath_hol_timer, in ipath_hol_event()2738 dd->ipath_hol_timer.expires); in ipath_hol_event()
539 struct timer_list ipath_hol_timer; member