Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/igbvf/
Dvf.h154 s32 (*check_for_link)(struct e1000_hw *); member
Dvf.c40 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
Dethtool.c280 hw->mac.ops.check_for_link(hw); in igbvf_link_test()
Dnetdev.c1888 ret_val = hw->mac.ops.check_for_link(hw); in igbvf_has_link()
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_hw.h38 s32 (*check_for_link)(struct igc_hw *hw); member
Digc_base.c430 .check_for_link = igc_check_for_copper_link,
Digc_main.c5548 hw->mac.ops.check_for_link(hw); in igc_has_link()
/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
D82571.c207 mac->ops.check_for_link = e1000e_check_for_fiber_link; in e1000_init_mac_params_82571()
218 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()
226 mac->ops.check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_82571()
D80003es2lan.c123 mac->ops.check_for_link = e1000e_check_for_serdes_link; in e1000_init_mac_params_80003es2lan()
129 mac->ops.check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_80003es2lan()
Dhw.h501 s32 (*check_for_link)(struct e1000_hw *); member
Dmac.c813 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
Dethtool.c1775 hw->mac.ops.check_for_link(hw); in e1000_link_test()
1783 hw->mac.ops.check_for_link(hw); in e1000_link_test()
Dnetdev.c5110 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
5117 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
5121 ret_val = hw->mac.ops.check_for_link(hw); in e1000e_has_link()
Dich8lan.c5813 .check_for_link = e1000_check_for_copper_link_ich8lan,
/linux-6.6.21/drivers/net/ethernet/intel/igb/
De1000_hw.h296 s32 (*check_for_link)(struct e1000_hw *); member
De1000_82575.c269 hw->mac.ops.check_for_link = in igb_init_phy_params_82575()
2896 .check_for_link = igb_check_for_link_82575,
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()
Digb_main.c5443 hw->mac.ops.check_for_link(hw); in igb_has_link()