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

/drivers/net/ethernet/intel/igbvf/
H A Dvf.h178 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A Dvf.c62 mac->ops.check_for_link = e1000_check_for_link_vf;
H A Dethtool.c302 hw->mac.ops.check_for_link(hw);
H A Dnetdev.c1765 ret_val = hw->mac.ops.check_for_link(hw);
/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c237 func->check_for_link = e1000e_check_for_copper_link;
241 func->check_for_link = e1000e_check_for_fiber_link;
245 func->check_for_link = e1000e_check_for_serdes_link;
1449 /* check_for_link dependent on media type */
H A D82571.c276 func->check_for_link = e1000e_check_for_copper_link;
282 func->check_for_link = e1000e_check_for_fiber_link;
289 func->check_for_link = e1000_check_for_serdes_link_82571;
1932 /* .check_for_link: media type dependent */
H A Dethtool.c1623 hw->mac.ops.check_for_link(hw);
1631 hw->mac.ops.check_for_link(hw);
H A Dhw.h763 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A Dnetdev.c4266 * false until the check_for_link establishes link
4272 ret_val = hw->mac.ops.check_for_link(hw);
4279 ret_val = hw->mac.ops.check_for_link(hw);
4283 ret_val = hw->mac.ops.check_for_link(hw);
H A Dlib.c882 * mac->check_for_link. This routine will force the
886 ret_val = mac->ops.check_for_link(hw);
H A Dich8lan.c4028 .check_for_link = e1000_check_for_copper_link_ich8lan,
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h308 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A Digb_ethtool.c1726 hw->mac.ops.check_for_link(&adapter->hw);
1734 hw->mac.ops.check_for_link(&adapter->hw);
H A De1000_82575.c2077 .check_for_link = igb_check_for_link_82575,
H A Digb_main.c3615 ret_val = hw->mac.ops.check_for_link(hw);
3622 ret_val = hw->mac.ops.check_for_link(hw);

Completed in 99 milliseconds