Lines Matching refs:orig_ethtool_ops
14 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
44 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
80 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
99 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
123 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
146 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops;
233 cpu_dp->orig_ethtool_ops = dev->ethtool_ops;
234 if (cpu_dp->orig_ethtool_ops)
235 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops));
253 dev->ethtool_ops = cpu_dp->orig_ethtool_ops;
254 cpu_dp->orig_ethtool_ops = NULL;