Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Damd8111e.c1216 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_close()
1254 add_timer(&lp->ipg_data.ipg_timer); in amd8111e_open()
1641 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_suspend()
1686 mod_timer(&lp->ipg_data.ipg_timer, in amd8111e_resume()
1748 mod_timer(&lp->ipg_data.ipg_timer, jiffies + IPG_CONVERGE_JIFFIES); in amd8111e_config_ipg()
1905 init_timer(&lp->ipg_data.ipg_timer); in amd8111e_probe_one()
1906 lp->ipg_data.ipg_timer.data = (unsigned long) dev; in amd8111e_probe_one()
1907 lp->ipg_data.ipg_timer.function = (void *)&amd8111e_config_ipg; in amd8111e_probe_one()
1908 lp->ipg_data.ipg_timer.expires = jiffies + in amd8111e_probe_one()
Damd8111e.h742 struct timer_list ipg_timer; member