Searched refs:check_for_link (Results 1 – 15 of 15) sorted by relevance
176 s32 (*check_for_link)(struct e1000_hw *); member
60 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
298 hw->mac.ops.check_for_link(hw); in igbvf_link_test()
1823 ret_val = hw->mac.ops.check_for_link(hw); in igbvf_has_link()
225 mac->ops.check_for_link = e1000e_check_for_fiber_link; in e1000_init_mac_params_82571()236 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()244 mac->ops.check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_82571()
141 mac->ops.check_for_link = e1000e_check_for_serdes_link; in e1000_init_mac_params_80003es2lan()147 mac->ops.check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_80003es2lan()
461 s32 (*check_for_link)(struct e1000_hw *); member
836 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
1748 hw->mac.ops.check_for_link(hw); in e1000_link_test()1756 hw->mac.ops.check_for_link(hw); in e1000_link_test()
5029 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()5036 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()5040 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
5703 .check_for_link = e1000_check_for_copper_link_ich8lan,
314 s32 (*check_for_link)(struct e1000_hw *); member
267 hw->mac.ops.check_for_link = in igb_init_phy_params_82575()2880 .check_for_link = igb_check_for_link_82575,
1959 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()1967 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
4160 hw->mac.ops.check_for_link(hw); in igb_has_link()