Searched refs:XGBE_SET_ADV (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 291 XGBE_SET_ADV(lks, Pause); in xgbe_set_pauseparam() 292 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 300 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 394 XGBE_SET_ADV(lks, Autoneg); in xgbe_set_link_ksettings()
|
H A D | xgbe-phy-v2.c | 1855 XGBE_SET_ADV(dlks, 10000baseR_FEC); in xgbe_phy_an_advertising() 1860 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() 1863 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1868 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1873 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() 1876 XGBE_SET_ADV(dlks, 2500baseX_Full); in xgbe_phy_an_advertising() 1878 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1881 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() 1889 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1892 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() [all …]
|
H A D | xgbe-mdio.c | 1665 XGBE_SET_ADV(lks, Pause); in xgbe_phy_init() 1666 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init() 1674 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
|
H A D | xgbe.h | 324 #define XGBE_SET_ADV(_ls, _mode) \ macro
|