Home
last modified time | relevance | path

Searched refs:phy_info_timer (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/staging/ks7010/
Dks_wlan.h49 u16 phy_info_timer; member
Dks_hostif.c1465 if (priv->reg.phy_info_timer) { in hostif_phy_information_request()
1467 pp->time = cpu_to_le16(priv->reg.phy_info_timer); in hostif_phy_information_request()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc.h141 struct timer_list phy_info_timer; member
Digc_main.c3814 del_timer_sync(&adapter->phy_info_timer); in igc_down()
4137 struct igc_adapter *adapter = from_timer(adapter, t, phy_info_timer); in igc_update_phy_info()
4284 mod_timer(&adapter->phy_info_timer, in igc_watchdog_task()
4298 mod_timer(&adapter->phy_info_timer, in igc_watchdog_task()
5146 timer_setup(&adapter->phy_info_timer, igc_update_phy_info, 0); in igc_probe()
5245 del_timer_sync(&adapter->phy_info_timer); in igc_remove()
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
De1000.h189 struct timer_list phy_info_timer; member
Dnetdev.c4342 del_timer_sync(&adapter->phy_info_timer); in e1000e_down()
4882 struct e1000_adapter *adapter = from_timer(adapter, t, phy_info_timer); in e1000_update_phy_info()
5375 mod_timer(&adapter->phy_info_timer, in e1000_watchdog_task()
5387 mod_timer(&adapter->phy_info_timer, in e1000_watchdog_task()
7579 timer_setup(&adapter->phy_info_timer, e1000_update_phy_info, 0); in e1000_probe()
7721 del_timer_sync(&adapter->phy_info_timer); in e1000_remove()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb.h567 struct timer_list phy_info_timer; member
Digb_main.c2197 del_timer_sync(&adapter->phy_info_timer); in igb_down()
3371 timer_setup(&adapter->phy_info_timer, igb_update_phy_info, 0); in igb_probe()
3788 del_timer_sync(&adapter->phy_info_timer); in igb_remove()
5306 struct igb_adapter *adapter = from_timer(adapter, t, phy_info_timer); in igb_update_phy_info()
5517 mod_timer(&adapter->phy_info_timer, in igb_watchdog_task()
5540 mod_timer(&adapter->phy_info_timer, in igb_watchdog_task()