Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v1.c239 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an_outcome()
240 XGBE_SET_LP_ADV(lks, Backplane); in xgbe_phy_an_outcome()
246 XGBE_SET_LP_ADV(lks, Pause); in xgbe_phy_an_outcome()
248 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an_outcome()
270 XGBE_SET_LP_ADV(lks, 10000baseKR_Full); in xgbe_phy_an_outcome()
273 XGBE_SET_LP_ADV(lks, 2500baseX_Full); in xgbe_phy_an_outcome()
275 XGBE_SET_LP_ADV(lks, 1000baseKX_Full); in xgbe_phy_an_outcome()
294 XGBE_SET_LP_ADV(lks, 10000baseR_FEC); in xgbe_phy_an_outcome()
H A Dxgbe-phy-v2.c1569 XGBE_SET_LP_ADV(lks, Pause); in xgbe_phy_phydev_flowctrl()
1573 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_phydev_flowctrl()
1589 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an37_sgmii_outcome()
1590 XGBE_SET_LP_ADV(lks, TP); in xgbe_phy_an37_sgmii_outcome()
1599 XGBE_SET_LP_ADV(lks, 10baseT_Full); in xgbe_phy_an37_sgmii_outcome()
1603 XGBE_SET_LP_ADV(lks, 10baseT_Half); in xgbe_phy_an37_sgmii_outcome()
1609 XGBE_SET_LP_ADV(lks, 100baseT_Full); in xgbe_phy_an37_sgmii_outcome()
1613 XGBE_SET_LP_ADV(lks, 100baseT_Half); in xgbe_phy_an37_sgmii_outcome()
1619 XGBE_SET_LP_ADV(lks, 1000baseT_Full); in xgbe_phy_an37_sgmii_outcome()
1623 XGBE_SET_LP_ADV(lks, 1000baseT_Half); in xgbe_phy_an37_sgmii_outcome()
[all …]
H A Dxgbe.h336 #define XGBE_SET_LP_ADV(_ls, _mode) \ macro