Home
last modified time | relevance | path

Searched refs:cfg_on_link_up (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c1896 .cfg_on_link_up = NULL,
1914 .cfg_on_link_up = NULL,
1932 .cfg_on_link_up = NULL,
H A D80003es2lan.c646 hw->phy.ops.cfg_on_link_up(hw); in e1000_get_link_up_info_80003es2lan()
1379 .cfg_on_link_up = e1000_cfg_on_link_up_80003es2lan,
H A Dhw.h539 s32 (*cfg_on_link_up)(struct e1000_hw *); member
H A Dnetdev.c5299 if (phy->ops.cfg_on_link_up) in e1000_watchdog_task()
5300 phy->ops.cfg_on_link_up(hw); in e1000_watchdog_task()