diff options
| author | Vladimir Oltean <[email protected]> | 2021-06-02 19:20:15 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-06-03 13:30:43 -0700 |
| commit | 14b517cb62d6efc8866f176c922de03dfe1564f3 (patch) | |
| tree | e0914a6fff10083b4eb32937c12c9929dd3d9f60 /tools/perf/scripts/python/syscall-counts.py | |
| parent | a1a753ed1d4ae46c1c1874fb1af899f6579a7547 (diff) | |
net: pcs: xpcs: export xpcs_config_eee
There is no good reason why we need to go through:
stmmac_xpcs_config_eee
-> stmmac_do_callback
-> mdio_xpcs_ops->config_eee
-> xpcs_config_eee
when we can simply call xpcs_config_eee.
priv->hw->xpcs is of the type "const struct mdio_xpcs_ops *" and is used
as a placeholder/synonym for priv->plat->mdio_bus_data->has_xpcs. It is
done that way because the mdio_bus_data pointer might or might not be
populated in all stmmac instantiations.
Signed-off-by: Vladimir Oltean <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions