Home
last modified time | relevance | path

Searched refs:XGBE_SET_ADV (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c2069 XGBE_SET_ADV(dphy, 10000baseR_FEC); in xgbe_phy_an_advertising()
2073 XGBE_SET_ADV(dphy, 10000baseKR_Full); in xgbe_phy_an_advertising()
2076 XGBE_SET_ADV(dphy, 1000baseKX_Full); in xgbe_phy_an_advertising()
2081 XGBE_SET_ADV(dphy, 1000baseKX_Full); in xgbe_phy_an_advertising()
2086 XGBE_SET_ADV(dphy, 10000baseKR_Full); in xgbe_phy_an_advertising()
2088 XGBE_SET_ADV(dphy, 1000baseKX_Full); in xgbe_phy_an_advertising()
2091 XGBE_SET_ADV(dphy, 10000baseKR_Full); in xgbe_phy_an_advertising()
2099 XGBE_SET_ADV(dphy, 1000baseKX_Full); in xgbe_phy_an_advertising()
2102 XGBE_SET_ADV(dphy, 10000baseKR_Full); in xgbe_phy_an_advertising()
2107 XGBE_SET_ADV(dphy, 10000baseKR_Full); in xgbe_phy_an_advertising()
[all …]
H A Dxgbe-sysctl.c829 XGBE_SET_ADV(&pdata->phy, Pause); in sysctl_pauseparam_handler()
830 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in sysctl_pauseparam_handler()
838 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in sysctl_pauseparam_handler()
962 XGBE_SET_ADV(&pdata->phy, Autoneg); in sysctl_link_ksettings_handler()
H A Dxgbe-mdio.c1602 XGBE_SET_ADV(&pdata->phy, Pause); in xgbe_phy_init()
1603 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_init()
1610 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_init()
H A Dxgbe.h376 #define XGBE_SET_ADV(_phy, _mode) \ macro