Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c736 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
737 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
738 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
739 XGBE_SET_SUP(lks, TP); in xgbe_phy_sfp_phy_settings()
740 XGBE_SET_SUP(lks, FIBRE); in xgbe_phy_sfp_phy_settings()
756 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_sfp_phy_settings()
757 XGBE_SET_SUP(lks, Pause); in xgbe_phy_sfp_phy_settings()
758 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
761 XGBE_SET_SUP(lks, 100baseT_Full); in xgbe_phy_sfp_phy_settings()
763 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