aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pcs
diff options
context:
space:
mode:
authorOng Boon Leong <boon.leong.ong@intel.com>2021-03-15 13:27:07 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-15 12:53:12 -0700
commitb97b5331b8ab7f60fb880e0c31c9b09b73d2fa4e (patch)
tree4b30f348286e3f3045342d1c64c8bb53a7bdcadf /include/linux/pcs
parentnet: pcs: rearrange C73 functions to prepare for C37 support later (diff)
downloadlinux-dev-b97b5331b8ab7f60fb880e0c31c9b09b73d2fa4e.tar.xz
linux-dev-b97b5331b8ab7f60fb880e0c31c9b09b73d2fa4e.zip
net: pcs: add C37 SGMII AN support for intel mGbE controller
XPCS IP supports C37 SGMII AN process and it is used in intel multi-GbE controller as MAC-side SGMII. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pcs')
-rw-r--r--include/linux/pcs/pcs-xpcs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pcs/pcs-xpcs.h b/include/linux/pcs/pcs-xpcs.h
index a04e57c25fea..2cb5188a7ef1 100644
--- a/include/linux/pcs/pcs-xpcs.h
+++ b/include/linux/pcs/pcs-xpcs.h
@@ -12,6 +12,7 @@
/* AN mode */
#define DW_AN_C73 1
+#define DW_AN_C37_SGMII 2
struct mdio_xpcs_args {
__ETHTOOL_DECLARE_LINK_MODE_MASK(supported);