Searched refs:phy_info_timer (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/staging/ks7010/ |
D | ks_wlan.h | 49 u16 phy_info_timer; member
|
D | ks_hostif.c | 1456 if (priv->reg.phy_info_timer) { in hostif_phy_information_request() 1458 pp->time = cpu_to_le16(priv->reg.phy_info_timer); in hostif_phy_information_request()
|
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 193 struct timer_list phy_info_timer; member
|
D | netdev.c | 4299 del_timer_sync(&adapter->phy_info_timer); in e1000e_down() 4839 struct e1000_adapter *adapter = from_timer(adapter, t, phy_info_timer); in e1000_update_phy_info() 5309 mod_timer(&adapter->phy_info_timer, in e1000_watchdog_task() 5321 mod_timer(&adapter->phy_info_timer, in e1000_watchdog_task() 7595 timer_setup(&adapter->phy_info_timer, e1000_update_phy_info, 0); in e1000_probe() 7740 del_timer_sync(&adapter->phy_info_timer); in e1000_remove()
|
/Linux-v6.6/drivers/net/ethernet/intel/igc/ |
D | igc.h | 177 struct timer_list phy_info_timer; member
|
D | igc_main.c | 5102 del_timer_sync(&adapter->phy_info_timer); in igc_down() 5527 struct igc_adapter *adapter = from_timer(adapter, t, phy_info_timer); in igc_update_phy_info() 5675 mod_timer(&adapter->phy_info_timer, in igc_watchdog_task() 5689 mod_timer(&adapter->phy_info_timer, in igc_watchdog_task() 6900 timer_setup(&adapter->phy_info_timer, igc_update_phy_info, 0); in igc_probe() 7007 del_timer_sync(&adapter->phy_info_timer); in igc_remove()
|
/Linux-v6.6/drivers/net/ethernet/intel/igb/ |
D | igb.h | 567 struct timer_list phy_info_timer; member
|
D | igb_main.c | 2206 del_timer_sync(&adapter->phy_info_timer); in igb_down() 3421 timer_setup(&adapter->phy_info_timer, igb_update_phy_info, 0); in igb_probe() 3885 del_timer_sync(&adapter->phy_info_timer); in igb_remove() 5419 struct igb_adapter *adapter = from_timer(adapter, t, phy_info_timer); in igb_update_phy_info() 5631 mod_timer(&adapter->phy_info_timer, in igb_watchdog_task() 5654 mod_timer(&adapter->phy_info_timer, in igb_watchdog_task()
|