Home
last modified time | relevance | path

Searched refs:ipath_hol_timer (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_init_chip.c978 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()
Dipath_driver.c2394 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()
Dipath_kernel.h539 struct timer_list ipath_hol_timer; member