Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe-phy-v2.c747 XGBE_SET_SUP(&pdata->phy, Autoneg); in xgbe_phy_sfp_phy_settings()
748 XGBE_SET_SUP(&pdata->phy, Pause); in xgbe_phy_sfp_phy_settings()
749 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_sfp_phy_settings()
750 XGBE_SET_SUP(&pdata->phy, TP); in xgbe_phy_sfp_phy_settings()
751 XGBE_SET_SUP(&pdata->phy, FIBRE); in xgbe_phy_sfp_phy_settings()
767 XGBE_SET_SUP(&pdata->phy, Autoneg); in xgbe_phy_sfp_phy_settings()
768 XGBE_SET_SUP(&pdata->phy, Pause); in xgbe_phy_sfp_phy_settings()
769 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_sfp_phy_settings()
772 XGBE_SET_SUP(&pdata->phy, 100baseT_Full); in xgbe_phy_sfp_phy_settings()
774 XGBE_SET_SUP(&pdata->phy, 1000baseT_Full); in xgbe_phy_sfp_phy_settings()
[all …]
HDxgbe-phy-v1.c650 XGBE_SET_SUP(&pdata->phy, Autoneg); in xgbe_phy_init()
651 XGBE_SET_SUP(&pdata->phy, Pause); in xgbe_phy_init()
652 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_init()
653 XGBE_SET_SUP(&pdata->phy, Backplane); in xgbe_phy_init()
654 XGBE_SET_SUP(&pdata->phy, 10000baseKR_Full); in xgbe_phy_init()
657 XGBE_SET_SUP(&pdata->phy, 1000baseKX_Full); in xgbe_phy_init()
660 XGBE_SET_SUP(&pdata->phy, 2500baseX_Full); in xgbe_phy_init()
665 XGBE_SET_SUP(&pdata->phy, 10000baseR_FEC); in xgbe_phy_init()
HDxgbe.h364 #define XGBE_SET_SUP(_phy, _mode) \ macro