orig_ethtool_ops 209 include/net/dsa.h const struct ethtool_ops *orig_ethtool_ops; orig_ethtool_ops 14 net/dsa/master.c const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 44 net/dsa/master.c const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 80 net/dsa/master.c const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 99 net/dsa/master.c const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 123 net/dsa/master.c const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 146 net/dsa/master.c const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 210 net/dsa/master.c cpu_dp->orig_ethtool_ops = dev->ethtool_ops; orig_ethtool_ops 211 net/dsa/master.c if (cpu_dp->orig_ethtool_ops) orig_ethtool_ops 212 net/dsa/master.c memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops)); orig_ethtool_ops 230 net/dsa/master.c dev->ethtool_ops = cpu_dp->orig_ethtool_ops; orig_ethtool_ops 231 net/dsa/master.c cpu_dp->orig_ethtool_ops = NULL;