Searched refs:XGBE_SET_SUP (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-phy-v2.c | 803 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings() 804 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings() 805 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings() 806 XGBE_SET_SUP(lks, TP); in xgbe_phy_sfp_phy_settings() 807 XGBE_SET_SUP(lks, FIBRE); in xgbe_phy_sfp_phy_settings() 823 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings() 824 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings() 825 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings() 828 XGBE_SET_SUP(lks, 10baseT_Full); in xgbe_phy_sfp_phy_settings() 830 XGBE_SET_SUP(lks, 100baseT_Full); in xgbe_phy_sfp_phy_settings() [all …]
|
D | xgbe-phy-v1.c | 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()
|
D | xgbe.h | 312 #define XGBE_SET_SUP(_ls, _mode) \ macro
|