Lines Matching refs:ethtool_ops
150 dev->ethtool_ops->get_eth_phy_stats) in stats_prepare_data()
151 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data()
153 dev->ethtool_ops->get_eth_mac_stats) in stats_prepare_data()
154 dev->ethtool_ops->get_eth_mac_stats(dev, &data->mac_stats); in stats_prepare_data()
156 dev->ethtool_ops->get_eth_ctrl_stats) in stats_prepare_data()
157 dev->ethtool_ops->get_eth_ctrl_stats(dev, &data->ctrl_stats); in stats_prepare_data()
159 dev->ethtool_ops->get_rmon_stats) in stats_prepare_data()
160 dev->ethtool_ops->get_rmon_stats(dev, &data->rmon_stats, in stats_prepare_data()
473 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_aggregate_mac_stats()
493 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_aggregate_phy_stats()
513 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_aggregate_ctrl_stats()
533 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_aggregate_pause_stats()
553 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_aggregate_rmon_stats()