Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c680 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_sfp_phy_settings() local
686 XGBE_ZERO_SUP(lks); in xgbe_phy_sfp_phy_settings()
694 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
695 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
696 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
697 XGBE_SET_SUP(lks, TP); in xgbe_phy_sfp_phy_settings()
698 XGBE_SET_SUP(lks, FIBRE); in xgbe_phy_sfp_phy_settings()
700 XGBE_LM_COPY(lks, advertising, lks, supported); in xgbe_phy_sfp_phy_settings()
714 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
715 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
[all …]
H A Dxgbe.h583 struct ethtool_link_ksettings lks; member