Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1747 XGBE_SET_ADV(dlks, 10000baseR_FEC); in xgbe_phy_an_advertising()
1752 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising()
1755 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising()
1760 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising()
1765 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising()
1768 XGBE_SET_ADV(dlks, 2500baseX_Full); in xgbe_phy_an_advertising()
1770 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising()
1773 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising()
1781 XGBE_SET_ADV(dlks, 1000baseKX_Full); in xgbe_phy_an_advertising()
1784 XGBE_SET_ADV(dlks, 10000baseKR_Full); in xgbe_phy_an_advertising()
[all …]
H A Dxgbe.h230 #define XGBE_SET_ADV(_ls, _mode) \ macro