diff options
author | Ong Boon Leong <boon.leong.ong@intel.com> | 2021-03-15 13:27:07 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-15 12:53:12 -0700 |
commit | b97b5331b8ab7f60fb880e0c31c9b09b73d2fa4e (patch) | |
tree | 4b30f348286e3f3045342d1c64c8bb53a7bdcadf /include/linux/pcs | |
parent | 07a4bc51fc732b3618fd46dc51609948933064a4 (diff) |
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.h | 1 |
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); |