diff options
Diffstat (limited to 'drivers/net/stmmac/stmmac_ethtool.c')
-rw-r--r-- | drivers/net/stmmac/stmmac_ethtool.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/stmmac/stmmac_ethtool.c b/drivers/net/stmmac/stmmac_ethtool.c index 694ebe6a0758..9c7ce1ea3aea 100644 --- a/drivers/net/stmmac/stmmac_ethtool.c +++ b/drivers/net/stmmac/stmmac_ethtool.c | |||
@@ -268,8 +268,8 @@ stmmac_set_pauseparam(struct net_device *netdev, | |||
268 | } | 268 | } |
269 | } else { | 269 | } else { |
270 | unsigned long ioaddr = netdev->base_addr; | 270 | unsigned long ioaddr = netdev->base_addr; |
271 | priv->mac_type->ops->flow_ctrl(ioaddr, phy->duplex, | 271 | priv->hw->mac->flow_ctrl(ioaddr, phy->duplex, |
272 | priv->flow_ctrl, priv->pause); | 272 | priv->flow_ctrl, priv->pause); |
273 | } | 273 | } |
274 | spin_unlock(&priv->lock); | 274 | spin_unlock(&priv->lock); |
275 | return ret; | 275 | return ret; |
@@ -283,8 +283,8 @@ static void stmmac_get_ethtool_stats(struct net_device *dev, | |||
283 | int i; | 283 | int i; |
284 | 284 | ||
285 | /* Update HW stats if supported */ | 285 | /* Update HW stats if supported */ |
286 | priv->mac_type->ops->dma_diagnostic_fr(&dev->stats, &priv->xstats, | 286 | priv->hw->dma->dma_diagnostic_fr(&dev->stats, (void *) &priv->xstats, |
287 | ioaddr); | 287 | ioaddr); |
288 | 288 | ||
289 | for (i = 0; i < STMMAC_STATS_LEN; i++) { | 289 | for (i = 0; i < STMMAC_STATS_LEN; i++) { |
290 | char *p = (char *)priv + stmmac_gstrings_stats[i].stat_offset; | 290 | char *p = (char *)priv + stmmac_gstrings_stats[i].stat_offset; |