Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_tx.c533 mod_timer(&ppd->hol_timer, in qib_hol_init()
553 struct qib_pportdata *ppd = from_timer(ppd, t, hol_timer); in qib_hol_event()
565 mod_timer(&ppd->hol_timer, in qib_hol_event()
Dqib_init.c752 timer_setup(&ppd->hol_timer, qib_hol_event, 0); in qib_init()
807 if (ppd->hol_timer.function) in qib_stop_timers()
808 del_timer_sync(&ppd->hol_timer); in qib_stop_timers()
Dqib.h576 struct timer_list hol_timer; member