Home
last modified time | relevance | path

Searched refs:get_adv (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h410 void (*get_adv)(struct mac_device_info *hw, struct rgmii_adv *adv); member
Dstmmac_ethtool.c264 if (!priv->hw->mac->get_adv) in stmmac_ethtool_getsettings()
267 priv->hw->mac->get_adv(priv->hw, &adv); in stmmac_ethtool_getsettings()
Ddwmac1000_core.c415 .get_adv = dwmac1000_get_adv,