summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-01-22 06:50:56 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-22 06:50:57 +0300
commit82a6c28d51c7467834e4bbf890f857b3bae0618f (patch)
tree1aaa1a197a813d8c13eadcd454970cc54c274dae /include/linux
parent331cf8fc1855c2c750cbc3fb797e71ac8e4428cf (diff)
parentae73535c9d0f166c1538df59198d10ce68ca99e8 (diff)
downloadlinux-82a6c28d51c7467834e4bbf890f857b3bae0618f.tar.xz
Merge branch 'phylink-link-callback-replay-helpers-for-sja1105-and-xpcs'
Vladimir Oltean says: ==================== Phylink link callback replay helpers for SJA1105 and XPCS The sja1105 is reducing its direct interaction with the XPCS. The changes presented here are an older simplification idea, broken out of a previous patch set to allow for more thorough review. ==================== Link: https://patch.msgid.link/20260119121954.1624535-1-vladimir.oltean@nxp.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/phylink.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/phylink.h b/include/linux/phylink.h
index 20996f5778d1..2bc0db3d52ac 100644
--- a/include/linux/phylink.h
+++ b/include/linux/phylink.h
@@ -837,4 +837,9 @@ void phylink_mii_c45_pcs_get_state(struct mdio_device *pcs,
void phylink_decode_usxgmii_word(struct phylink_link_state *state,
uint16_t lpa);
+
+void phylink_replay_link_begin(struct phylink *pl);
+
+void phylink_replay_link_end(struct phylink *pl);
+
#endif