Searched refs:orig_ethtool_ops (Results 1 – 2 of 2) sorted by relevance
23 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_regs_len()55 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_regs()95 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_ethtool_stats()116 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_ethtool_phy_stats()142 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_sset_count()167 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_strings()251 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_conduit_ethtool_setup()252 if (cpu_dp->orig_ethtool_ops) in dsa_conduit_ethtool_setup()253 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops)); in dsa_conduit_ethtool_setup()274 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_ethtool_teardown()[all …]
307 const struct ethtool_ops *orig_ethtool_ops; member