Lines Matching refs:lks
234 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an_outcome() local
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()
302 struct ethtool_link_ksettings *slks = &pdata->phy.lks; in xgbe_phy_an_advertising()
589 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_use_mode() local
594 XGBE_ADV(lks, 1000baseKX_Full)); in xgbe_phy_use_mode()
597 XGBE_ADV(lks, 2500baseX_Full)); in xgbe_phy_use_mode()
600 XGBE_ADV(lks, 10000baseKR_Full)); in xgbe_phy_use_mode()
680 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_init() local
799 XGBE_ZERO_SUP(lks); in xgbe_phy_init()
800 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_init()
801 XGBE_SET_SUP(lks, Pause); in xgbe_phy_init()
802 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init()
803 XGBE_SET_SUP(lks, Backplane); in xgbe_phy_init()
804 XGBE_SET_SUP(lks, 10000baseKR_Full); in xgbe_phy_init()
807 XGBE_SET_SUP(lks, 1000baseKX_Full); in xgbe_phy_init()
810 XGBE_SET_SUP(lks, 2500baseX_Full); in xgbe_phy_init()
815 XGBE_SET_SUP(lks, 10000baseR_FEC); in xgbe_phy_init()