Searched refs:phy_info_timer (Results 1 – 6 of 6) sorted by relevance
77 u16 phy_info_timer; /* phy information timer */ member
1645 if (priv->reg.phy_info_timer) { in hostif_phy_information_request()1647 pp->time = cpu_to_le16((uint16_t)(priv->reg.phy_info_timer)); in hostif_phy_information_request()
212 struct timer_list phy_info_timer; member
4302 del_timer_sync(&adapter->phy_info_timer); in e1000e_down()5293 mod_timer(&adapter->phy_info_timer, in e1000_watchdog_task()5305 mod_timer(&adapter->phy_info_timer, in e1000_watchdog_task()7269 init_timer(&adapter->phy_info_timer); in e1000_probe()7270 adapter->phy_info_timer.function = e1000_update_phy_info; in e1000_probe()7271 adapter->phy_info_timer.data = (unsigned long)adapter; in e1000_probe()7413 del_timer_sync(&adapter->phy_info_timer); in e1000_remove()
503 struct timer_list phy_info_timer; member
1820 del_timer_sync(&adapter->phy_info_timer); in igb_down()2544 setup_timer(&adapter->phy_info_timer, igb_update_phy_info, in igb_probe()2959 del_timer_sync(&adapter->phy_info_timer); in igb_remove()4641 mod_timer(&adapter->phy_info_timer, in igb_watchdog_task()4664 mod_timer(&adapter->phy_info_timer, in igb_watchdog_task()