Searched refs:orig_ethtool_ops (Results 1 – 2 of 2) sorted by relevance
20 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats()39 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats()63 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count()86 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings()139 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_master_ethtool_setup()140 if (cpu_dp->orig_ethtool_ops) in dsa_master_ethtool_setup()141 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops)); in dsa_master_ethtool_setup()157 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_master_ethtool_teardown()158 cpu_dp->orig_ethtool_ops = NULL; in dsa_master_ethtool_teardown()
208 const struct ethtool_ops *orig_ethtool_ops; member