Lines Matching refs:chase_timer
1048 ppd->cpspec->chase_timer.expires = 0; in reenable_7220_chase()
1078 ppd->cpspec->chase_timer.expires = jiffies + in handle_7220_chase()
1080 add_timer(&ppd->cpspec->chase_timer); in handle_7220_chase()
1665 if (ppd->cpspec->chase_timer.data) /* if initted */ in qib_7220_quiet_serdes()
1666 del_timer_sync(&ppd->cpspec->chase_timer); in qib_7220_quiet_serdes()
2638 if (ppd->cpspec->chase_timer.expires) { in qib_7220_set_ib_cfg()
2639 del_timer_sync(&ppd->cpspec->chase_timer); in qib_7220_set_ib_cfg()
2640 ppd->cpspec->chase_timer.expires = 0; in qib_7220_set_ib_cfg()
4083 init_timer(&ppd->cpspec->chase_timer); in qib_init_7220_variables()
4084 ppd->cpspec->chase_timer.function = reenable_7220_chase; in qib_init_7220_variables()
4085 ppd->cpspec->chase_timer.data = (unsigned long)ppd; in qib_init_7220_variables()