Searched refs:XGBE_SET_ADV (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
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() 389 XGBE_SET_ADV(lks, Autoneg); in xgbe_set_link_ksettings()
|
D | xgbe-phy-v2.c | 1870 XGBE_SET_ADV(dlks, 10000baseR_FEC); in xgbe_phy_an_advertising() 1875 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() 1878 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1883 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1888 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() 1891 XGBE_SET_ADV(dlks, 2500baseX_Full); in xgbe_phy_an_advertising() 1893 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1896 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() 1904 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising() 1907 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising() [all …]
|
D | xgbe-mdio.c | 1653 XGBE_SET_ADV(lks, Pause); in xgbe_phy_init() 1654 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init() 1662 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
|
D | xgbe.h | 324 #define XGBE_SET_ADV(_ls, _mode) \ macro
|