Searched refs:check_for_link (Results 1 – 13 of 13) sorted by relevance
208 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82540()211 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82540()214 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_82540()
203 s32 (*check_for_link)(struct e1000_hw *); member
611 if (hw->mac.ops.check_for_link) in e1000_check_for_link()612 return hw->mac.ops.check_for_link(hw); in e1000_check_for_link()
127 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
300 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82571()311 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()319 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
131 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82542()
205 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_80003es2lan()211 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
73 mac->ops.check_for_link = e1000_null_ops_generic; in e1000_init_mac_ops_generic()1156 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
704 s32 (*check_for_link)(struct e1000_hw *); member
250 mac->ops.check_for_link = e1000_check_for_link_82541; in e1000_init_mac_params_82541()
233 mac->ops.check_for_link = in e1000_init_mac_params_82543()
271 hw->mac.ops.check_for_link = in e1000_init_phy_params_82575()476 mac->ops.check_for_link = e1000_check_for_link_82575; in e1000_init_mac_params_82575()
763 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan; in e1000_init_mac_params_ich8lan()
Completed in 41 milliseconds