Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
A Dvf.h154 s32 (*check_for_link)(struct e1000_hw *); member
A Dvf.c40 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
A Dethtool.c280 hw->mac.ops.check_for_link(hw); in igbvf_link_test()
A Dnetdev.c1887 ret_val = hw->mac.ops.check_for_link(hw); in igbvf_has_link()
/linux/drivers/net/ethernet/intel/igc/
A Digc_hw.h38 s32 (*check_for_link)(struct igc_hw *hw); member
A Digc_base.c428 .check_for_link = igc_check_for_copper_link,
A Digc_main.c5636 hw->mac.ops.check_for_link(hw); in igc_has_link()
/linux/drivers/net/ethernet/intel/e1000e/
A D82571.c206 mac->ops.check_for_link = e1000e_check_for_fiber_link; in e1000_init_mac_params_82571()
217 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()
225 mac->ops.check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_82571()
A D80003es2lan.c122 mac->ops.check_for_link = e1000e_check_for_serdes_link; in e1000_init_mac_params_80003es2lan()
128 mac->ops.check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_80003es2lan()
A Dhw.h501 s32 (*check_for_link)(struct e1000_hw *); member
A Dmac.c811 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
A Dethtool.c1750 hw->mac.ops.check_for_link(hw); in e1000_link_test()
1758 hw->mac.ops.check_for_link(hw); in e1000_link_test()
A Dnetdev.c5107 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
5114 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
5118 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
A Dich8lan.c5869 .check_for_link = e1000_check_for_copper_link_ich8lan,
/linux/drivers/net/ethernet/intel/igb/
A De1000_hw.h296 s32 (*check_for_link)(struct e1000_hw *); member
A De1000_82575.c268 hw->mac.ops.check_for_link = in igb_init_phy_params_82575()
2889 .check_for_link = igb_check_for_link_82575,
A Digb_ethtool.c1995 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
2003 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
A Digb_main.c5423 hw->mac.ops.check_for_link(hw); in igb_has_link()

Completed in 102 milliseconds