summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2023-08-16 14:02:11 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-04-16 16:51:03 +0100
commit6c0aad491228a975f59dc65daad55e272f663d70 (patch)
treef3989e02eaf48eaa47b2b8b2474ebd26672ae9fe /include
parentc716326e24fce4592ad6265ceeb1a1cee392d136 (diff)
net: dsa: add support for phylink managed EEE
Add support to allow DSA drivers to use phylink managed EEE, with only needing support for controlling the LPI state. Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/net/dsa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index ca61af087b8c..340f04d21cd1 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -902,6 +902,9 @@ struct dsa_switch_ops {
struct phy_device *phydev,
int speed, int duplex,
bool tx_pause, bool rx_pause);
+ void (*phylink_mac_disable_tx_lpi)(struct dsa_switch *ds, int port);
+ void (*phylink_mac_enable_tx_lpi)(struct dsa_switch *ds, int port,
+ u32 timer);
void (*phylink_fixed_state)(struct dsa_switch *ds, int port,
struct phylink_link_state *state);
/*