mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
net: pcs: add 2500BASEX support for Intel mGbE controller
XPCS IP supports 2500BASEX as PHY interface. It is configured as
autonegotiation disable to cater for PHYs that does not supports 2500BASEX
autonegotiation.
v2: Add supported link speed masking.
v3: Restructure to introduce xpcs_config_2500basex() used to configure the
xpcs for 2.5G speeds. Added 2500BASEX specific information for
configuration.
v4: Fix indentation error
Signed-off-by: Voon Weifeng <weifeng.voon@intel.com>
Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
597a68ce32
commit
f27abde304
@@ -13,6 +13,7 @@
|
||||
/* AN mode */
|
||||
#define DW_AN_C73 1
|
||||
#define DW_AN_C37_SGMII 2
|
||||
#define DW_2500BASEX 3
|
||||
|
||||
struct xpcs_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user