Searched refs:phy_config_timer (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/atheros/atlx/
H A Datl2.h464 struct timer_list phy_config_timer; member in struct:atl2_adapter
H A Datl2.c781 del_timer_sync(&adapter->phy_config_timer);
1270 mod_timer(&adapter->phy_config_timer,
1469 init_timer(&adapter->phy_config_timer);
1470 adapter->phy_config_timer.function = atl2_phy_config;
1471 adapter->phy_config_timer.data = (unsigned long) adapter;
1525 del_timer_sync(&adapter->phy_config_timer);
H A Datl1.h764 struct timer_list phy_config_timer; member in struct:atl1_adapter
H A Datl1.c1411 mod_timer(&adapter->phy_config_timer,
2619 del_timer_sync(&adapter->phy_config_timer);
3037 setup_timer(&adapter->phy_config_timer, atl1_phy_config,
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h584 struct timer_list phy_config_timer; member in struct:atl1c_adapter
H A Datl1c_main.c355 del_timer_sync(&adapter->phy_config_timer);
2718 setup_timer(&adapter->phy_config_timer, atl1c_phy_config,
/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h453 struct timer_list phy_config_timer; member in struct:atl1e_adapter
H A Datl1e_main.c253 del_timer_sync(&adapter->phy_config_timer);
2333 init_timer(&adapter->phy_config_timer);
2334 adapter->phy_config_timer.function = atl1e_phy_config;
2335 adapter->phy_config_timer.data = (unsigned long) adapter;

Completed in 72 milliseconds