Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.h176 s32 (*check_for_link)(struct e1000_hw *); member
Dvf.c60 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
Dethtool.c300 hw->mac.ops.check_for_link(hw); in igbvf_link_test()
Dnetdev.c1822 ret_val = hw->mac.ops.check_for_link(hw); in igbvf_has_link()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
D82571.c225 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()
D80003es2lan.c141 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()
Dhw.h461 s32 (*check_for_link)(struct e1000_hw *); member
Dmac.c831 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
Dethtool.c1729 hw->mac.ops.check_for_link(hw); in e1000_link_test()
1737 hw->mac.ops.check_for_link(hw); in e1000_link_test()
Dnetdev.c4868 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
4875 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
4879 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
Dich8lan.c5620 .check_for_link = e1000_check_for_copper_link_ich8lan,
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h314 s32 (*check_for_link)(struct e1000_hw *); member
De1000_82575.c258 hw->mac.ops.check_for_link = in igb_init_phy_params_82575()
2853 .check_for_link = igb_check_for_link_82575,
Digb_ethtool.c1962 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
1970 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
Digb_main.c4144 hw->mac.ops.check_for_link(hw); in igb_has_link()