Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c694 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()
714 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
715 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
716 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
719 XGBE_SET_SUP(lks, 10baseT_Full); in xgbe_phy_sfp_phy_settings()
721 XGBE_SET_SUP(lks, 100baseT_Full); in xgbe_phy_sfp_phy_settings()
[all …]
H A Dxgbe.h218 #define XGBE_SET_SUP(_ls, _mode) \ macro