Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_driver.c2394 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()
Dipath_kernel.h538 struct timer_list ipath_hol_timer; member
Dipath_init_chip.c967 setup_timer(&dd->ipath_hol_timer, ipath_hol_event, (unsigned long)dd); in ipath_init_chip()