Searched refs:check_for_link (Results 1 – 11 of 11) sorted by relevance
233 func->check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_80003es2lan()237 func->check_for_link = e1000e_check_for_fiber_link; in e1000_init_mac_params_80003es2lan()241 func->check_for_link = e1000e_check_for_serdes_link; in e1000_init_mac_params_80003es2lan()
240 func->check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_82571()246 func->check_for_link = e1000e_check_for_fiber_link; in e1000_init_mac_params_82571()253 func->check_for_link = e1000e_check_for_serdes_link; in e1000_init_mac_params_82571()
714 s32 (*check_for_link)(struct e1000_hw *); member
1599 hw->mac.ops.check_for_link(hw); in e1000_link_test()1607 hw->mac.ops.check_for_link(hw); in e1000_link_test()
826 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
3438 ret_val = hw->mac.ops.check_for_link(hw); in e1000_has_link()3445 ret_val = hw->mac.ops.check_for_link(hw); in e1000_has_link()3449 ret_val = hw->mac.ops.check_for_link(hw); in e1000_has_link()
2563 .check_for_link = e1000e_check_for_copper_link,
414 s32 (*check_for_link)(struct e1000_hw *); member
1436 .check_for_link = igb_check_for_link_82575,
1632 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()1640 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
2323 ret_val = hw->mac.ops.check_for_link(&adapter->hw); in igb_watchdog_task()