Home
last modified time | relevance | path

Searched refs:check_for_link (Results 1 – 11 of 11) sorted by relevance

/drivers/net/e1000e/
Des2lan.c233 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()
D82571.c240 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()
Dhw.h714 s32 (*check_for_link)(struct e1000_hw *); member
Dethtool.c1599 hw->mac.ops.check_for_link(hw); in e1000_link_test()
1607 hw->mac.ops.check_for_link(hw); in e1000_link_test()
Dlib.c826 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
Dnetdev.c3438 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()
Dich8lan.c2563 .check_for_link = e1000e_check_for_copper_link,
/drivers/net/igb/
De1000_hw.h414 s32 (*check_for_link)(struct e1000_hw *); member
De1000_82575.c1436 .check_for_link = igb_check_for_link_82575,
Digb_ethtool.c1632 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()
Digb_main.c2323 ret_val = hw->mac.ops.check_for_link(&adapter->hw); in igb_watchdog_task()