Searched refs:XGBE_SET_LP_ADV (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-phy-v1.c | 239 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()
|
A D | xgbe-phy-v2.c | 1584 XGBE_SET_LP_ADV(lks, Pause); in xgbe_phy_phydev_flowctrl() 1604 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an37_sgmii_outcome() 1605 XGBE_SET_LP_ADV(lks, TP); in xgbe_phy_an37_sgmii_outcome() 1655 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an37_outcome() 1656 XGBE_SET_LP_ADV(lks, FIBRE); in xgbe_phy_an37_outcome() 1662 XGBE_SET_LP_ADV(lks, Pause); in xgbe_phy_an37_outcome() 1699 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an73_redrv_outcome() 1700 XGBE_SET_LP_ADV(lks, Backplane); in xgbe_phy_an73_redrv_outcome() 1784 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an73_outcome() 1785 XGBE_SET_LP_ADV(lks, Backplane); in xgbe_phy_an73_outcome() [all …]
|
A D | xgbe.h | 336 #define XGBE_SET_LP_ADV(_ls, _mode) \ macro
|
Completed in 18 milliseconds