Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c740 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
741 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
742 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
743 XGBE_SET_SUP(lks, TP); in xgbe_phy_sfp_phy_settings()
744 XGBE_SET_SUP(lks, FIBRE); in xgbe_phy_sfp_phy_settings()
760 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
761 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
762 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
765 XGBE_SET_SUP(lks, 100baseT_Full); in xgbe_phy_sfp_phy_settings()
767 XGBE_SET_SUP(lks, 1000baseT_Full); in xgbe_phy_sfp_phy_settings()
[all …]
Dxgbe-phy-v1.c800 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()
Dxgbe.h310 #define XGBE_SET_SUP(_ls, _mode) \ macro