Searched refs:ipath_hol_timer (Results 1 – 3 of 3) sorted by relevance
968 init_timer(&dd->ipath_hol_timer); in ipath_init_chip()969 dd->ipath_hol_timer.function = ipath_hol_event; in ipath_init_chip()970 dd->ipath_hol_timer.data = (unsigned long)dd; in ipath_init_chip()
2389 del_timer_sync(&dd->ipath_hol_timer); in ipath_shutdown_device()2686 dd->ipath_hol_timer.expires = jiffies + in ipath_hol_down()2688 mod_timer(&dd->ipath_hol_timer, dd->ipath_hol_timer.expires); in ipath_hol_down()2725 dd->ipath_hol_timer.expires = jiffies + in ipath_hol_event()2727 mod_timer(&dd->ipath_hol_timer, in ipath_hol_event()2728 dd->ipath_hol_timer.expires); in ipath_hol_event()
539 struct timer_list ipath_hol_timer; member