Lines Matching refs:orig_ethtool_ops
22 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
52 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
88 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
107 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
131 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
154 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
236 cpu_dp->orig_ethtool_ops = dev->ethtool_ops;
237 if (cpu_dp->orig_ethtool_ops)
238 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops));
259 dev->ethtool_ops = cpu_dp->orig_ethtool_ops;
260 cpu_dp->orig_ethtool_ops = NULL;