Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c405 int sfp_phy_retries; member
1142 if (!phy_data->sfp_phy_retries && !phy_data->sfp_changed) in xgbe_phy_sfp_external_phy()
1153 phy_data->sfp_phy_retries++; in xgbe_phy_sfp_external_phy()
1154 if (phy_data->sfp_phy_retries >= XGBE_SFP_PHY_RETRY_MAX) in xgbe_phy_sfp_external_phy()
1155 phy_data->sfp_phy_retries = 0; in xgbe_phy_sfp_external_phy()
3645 phy_data->sfp_phy_retries = 0; in xgbe_phy_start()