Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h409 void (*ctrl_ane)(struct mac_device_info *hw, bool restart); member
Dstmmac_ethtool.c351 if (priv->hw->mac->ctrl_ane) in stmmac_ethtool_setsettings()
352 priv->hw->mac->ctrl_ane(priv->hw, 1); in stmmac_ethtool_setsettings()
Ddwmac1000_core.c414 .ctrl_ane = dwmac1000_ctrl_ane,
Dstmmac_main.c1761 if (priv->pcs && priv->hw->mac->ctrl_ane) in stmmac_hw_setup()
1762 priv->hw->mac->ctrl_ane(priv->hw, 0); in stmmac_hw_setup()