Searched refs:get_adv (Results 1 – 3 of 3) sorted by relevance
410 void (*get_adv)(struct mac_device_info *hw, struct rgmii_adv *adv); member
264 if (!priv->hw->mac->get_adv) in stmmac_ethtool_getsettings()267 priv->hw->mac->get_adv(priv->hw, &adv); in stmmac_ethtool_getsettings()
415 .get_adv = dwmac1000_get_adv,