Searched refs:ctrl_ane (Results 1 – 4 of 4) sorted by relevance
409 void (*ctrl_ane)(struct mac_device_info *hw, bool restart); member
351 if (priv->hw->mac->ctrl_ane) in stmmac_ethtool_setsettings()352 priv->hw->mac->ctrl_ane(priv->hw, 1); in stmmac_ethtool_setsettings()
414 .ctrl_ane = dwmac1000_ctrl_ane,
1761 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()