Home
last modified time | relevance | path

Searched refs:igc_phy_has_link_generic (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.h24 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
H A Digc_phy.c562 ret_val = igc_phy_has_link_generic(hw, COPPER_LINK_UP_LIMIT, 10, in igc_setup_copper_link_generic()
800 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations, in igc_phy_has_link_generic() function
H A Digc_i225.c1009 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link); in igc_check_for_link_i225()
1020 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link); in igc_check_for_link_i225()
H A Digc_mac.c478 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link); in igc_check_for_copper_link_generic()