Searched refs:check_for_link (Results 1 – 16 of 16) sorted by relevance
207 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82540()210 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82540()213 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_82540()
202 s32 (*check_for_link)(struct e1000_hw *); member
672 if (hw->mac.ops.check_for_link) in e1000_check_for_link()673 return hw->mac.ops.check_for_link(hw); in e1000_check_for_link()
126 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
303 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82571()314 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()322 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
130 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82542()
206 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_80003es2lan()212 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
72 mac->ops.check_for_link = e1000_null_ops_generic; in e1000_init_mac_ops_generic()1155 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
771 s32 (*check_for_link)(struct e1000_hw *); member
249 mac->ops.check_for_link = e1000_check_for_link_82541; in e1000_init_mac_params_82541()
232 mac->ops.check_for_link = in e1000_init_mac_params_82543()
273 hw->mac.ops.check_for_link = in e1000_init_phy_params_82575()478 mac->ops.check_for_link = e1000_check_for_link_82575; in e1000_init_mac_params_82575()
781 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan; in e1000_init_mac_params_ich8lan()
287 if (hw->mac.ops.check_for_link) in igc_check_for_link()288 return hw->mac.ops.check_for_link(hw); in igc_check_for_link()
346 s32 (*check_for_link)(struct igc_hw *); member
105 mac->ops.check_for_link = igc_check_for_link_i225; in igc_init_mac_params_i225()