Home
last modified time | relevance | path

Searched refs:ipg_timer (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Damd8111e.c1185 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_close()
1215 add_timer(&lp->ipg_data.ipg_timer); in amd8111e_open()
1683 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_suspend()
1728 mod_timer(&lp->ipg_data.ipg_timer, in amd8111e_resume()
1803 mod_timer(&lp->ipg_data.ipg_timer, jiffies + (IPG_CONVERGE_TIME * HZ)); in amd8111e_config_ipg()
1937 init_timer(&lp->ipg_data.ipg_timer); in amd8111e_probe_one()
1938 lp->ipg_data.ipg_timer.data = (unsigned long) dev; in amd8111e_probe_one()
1939 lp->ipg_data.ipg_timer.function = (void *)&amd8111e_config_ipg; in amd8111e_probe_one()
1940 lp->ipg_data.ipg_timer.expires = jiffies + in amd8111e_probe_one()
Damd8111e.h750 struct timer_list ipg_timer; member