diff options
| author | David S. Miller <davem@davemloft.net> | 2021-10-04 13:50:05 +0100 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-10-04 13:50:05 +0100 |
| commit | 1660034361904dfcb82714aa48615a9b66462ee6 (patch) | |
| tree | a57d0385bf608dfea11fc8ef77685cd16d244eb7 /include | |
| parent | 23b08260481ca552180130bbef0f3a60df4c092e (diff) | |
| parent | 14ad41c74f6be0bfaf5202b7e49254e2482da56f (diff) | |
Merge branch 'phy-10g-mode-helper'
Russell King says:
====================
Add phylink helper for 10G modes
During the last cycle, there was discussion about adding a helper
to set the 10G link modes for phylink, which resulted in these two
patches introduce such a helper.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/phylink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phylink.h b/include/linux/phylink.h index 237291196ce2..f7b5ed06a815 100644 --- a/include/linux/phylink.h +++ b/include/linux/phylink.h @@ -484,6 +484,7 @@ int phylink_speed_up(struct phylink *pl); #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) void phylink_set_port_modes(unsigned long *bits); +void phylink_set_10g_modes(unsigned long *mask); void phylink_helper_basex_speed(struct phylink_link_state *state); void phylink_mii_c22_pcs_get_state(struct mdio_device *pcs, |
