Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_phy.h24 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
H A Digc_phy.c563 ret_val = igc_phy_has_link_generic(hw, COPPER_LINK_UP_LIMIT, 10, in igc_setup_copper_link_generic()
801 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations, in igc_phy_has_link_generic() function
H A Digc_i225.c1010 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link); in igc_check_for_link_i225()
1021 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link); in igc_check_for_link_i225()
H A Digc_mac.c479 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link); in igc_check_for_copper_link_generic()