Lines Matching refs:chase_timer
630 struct timer_list chase_timer; member
1724 struct qib_chippport_specific *cp = from_timer(cp, t, chase_timer); in reenable_chase()
1727 ppd->cpspec->chase_timer.expires = 0; in reenable_chase()
1742 ppd->cpspec->chase_timer.expires = jiffies + QIB_CHASE_DIS_TIME; in disable_chase()
1743 add_timer(&ppd->cpspec->chase_timer); in disable_chase()
2514 if (ppd->cpspec->chase_timer.function) /* if initted */ in qib_7322_mini_quiet_serdes()
2515 del_timer_sync(&ppd->cpspec->chase_timer); in qib_7322_mini_quiet_serdes()
4241 if (ppd->cpspec->chase_timer.expires) { in qib_7322_set_ib_cfg()
4242 del_timer_sync(&ppd->cpspec->chase_timer); in qib_7322_set_ib_cfg()
4243 ppd->cpspec->chase_timer.expires = 0; in qib_7322_set_ib_cfg()
6553 timer_setup(&cp->chase_timer, reenable_chase, 0); in qib_init_7322_variables()