Searched refs:cfg_on_link_up (Results 1 – 4 of 4) sorted by relevance
1101 if (hw->phy.ops.cfg_on_link_up) in e1000_cfg_on_link_up()1102 return hw->phy.ops.cfg_on_link_up(hw); in e1000_cfg_on_link_up()
122 phy->ops.cfg_on_link_up = e1000_cfg_on_link_up_80003es2lan; in e1000_init_phy_params_80003es2lan()730 hw->phy.ops.cfg_on_link_up(hw); in e1000_get_link_up_info_80003es2lan()
788 s32 (*cfg_on_link_up)(struct e1000_hw *); member
100 phy->ops.cfg_on_link_up = e1000_null_ops_generic; in e1000_init_phy_ops_generic()