Home
last modified time | relevance | path

Searched refs:pause_autoneg (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c785 pdata->phy.pause_autoneg = AUTONEG_ENABLE; in xgbe_phy_sfp_phy_settings()
805 pdata->phy.pause_autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
814 pdata->phy.pause_autoneg = AUTONEG_ENABLE; in xgbe_phy_sfp_phy_settings()
833 pdata->phy.pause_autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
843 pdata->phy.pause_autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
1807 pdata->phy.pause_autoneg); in xgbe_phy_an37_sgmii_outcome()
1810 if (pdata->phy.pause_autoneg) in xgbe_phy_an37_sgmii_outcome()
1861 if (pdata->phy.pause_autoneg) { in xgbe_phy_an37_outcome()
1901 pdata->phy.pause_autoneg); in xgbe_phy_an73_redrv_outcome()
1904 if (pdata->phy.pause_autoneg) in xgbe_phy_an73_redrv_outcome()
[all …]
H A Dxgbe-mdio.c1092 pdata->pause_autoneg, pdata->phy.pause_autoneg); in xgbe_phy_adjust_link()
1096 pdata->pause_autoneg = pdata->phy.pause_autoneg; in xgbe_phy_adjust_link()
1593 pdata->phy.pause_autoneg = pdata->pause_autoneg; in xgbe_phy_init()
H A Dxgbe-phy-v1.c167 __func__, pdata->phy.pause_autoneg, ad_reg, lp_reg); in xgbe_phy_an_outcome()
169 if (pdata->phy.pause_autoneg) { in xgbe_phy_an_outcome()
H A Dxgbe.h646 int pause_autoneg; member
1162 unsigned int pause_autoneg; member
H A Dif_axgbe.c512 sc->prv.pause_autoneg = 1; in axgbe_attach()
H A Dxgbe-sysctl.c773 sys_op->autoneg = pdata->phy.pause_autoneg; in sysctl_pauseparam_handler()
821 pdata->phy.pause_autoneg = sys_op->autoneg; in sysctl_pauseparam_handler()
H A Dif_axgbe_pci.c1404 pdata->pause_autoneg = 1; in xgbe_default_config()