Searched refs:ipath_hol_timer (Results 1 – 3 of 3) sorted by relevance
2394 del_timer_sync(&dd->ipath_hol_timer); in ipath_shutdown_device()2691 dd->ipath_hol_timer.expires = jiffies + in ipath_hol_down()2693 mod_timer(&dd->ipath_hol_timer, dd->ipath_hol_timer.expires); in ipath_hol_down()2730 dd->ipath_hol_timer.expires = jiffies + in ipath_hol_event()2732 mod_timer(&dd->ipath_hol_timer, in ipath_hol_event()2733 dd->ipath_hol_timer.expires); in ipath_hol_event()
538 struct timer_list ipath_hol_timer; member
967 setup_timer(&dd->ipath_hol_timer, ipath_hol_event, (unsigned long)dd); in ipath_init_chip()