Home
last modified time | relevance | path

Searched refs:orig_ethtool_ops (Results 1 – 2 of 2) sorted by relevance

/linux/net/dsa/
H A Dconduit.c23 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()
113 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()
175 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_get_strings()
238 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_conduit_ethtool_setup()
310 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in tagging_store()
311 if (cpu_dp->orig_ethtool_ops) in tagging_store()
312 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops)); in tagging_store()
333 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in tagging_store()
[all...]
/linux/include/net/
H A Ddsa.h314 const struct ethtool_ops *orig_ethtool_ops; member