Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-mdio.c1356 bool link_aneg; in xgbe_phy_status() local
1366 link_aneg = (pdata->phy.autoneg == AUTONEG_ENABLE); in xgbe_phy_status()
1367 axgbe_printf(3, "link_aneg - %d\n", link_aneg); in xgbe_phy_status()
1376 pdata->phy.link, an_restart, link_aneg); in xgbe_phy_status()
1385 if (link_aneg && !xgbe_phy_aneg_done(pdata)) { in xgbe_phy_status()
1403 if (link_aneg) { in xgbe_phy_status()