Home
last modified time | relevance | path

Searched refs:igc_phy_has_link (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_phy.h12 s32 igc_phy_has_link(struct igc_hw *hw, u32 iterations,
H A Digc_phy.c64 s32 igc_phy_has_link(struct igc_hw *hw, u32 iterations, in igc_phy_has_link() function
523 ret_val = igc_phy_has_link(hw, COPPER_LINK_UP_LIMIT, 10, &link); in igc_setup_copper_link()
H A Digc_mac.c375 ret_val = igc_phy_has_link(hw, 1, 0, &link); in igc_check_for_copper_link()