diff options
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 14e6bc860112..380b04272bf1 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -565,6 +565,11 @@ struct ethtool_ops { | |||
565 | #define SUPPORTED_Pause (1 << 13) | 565 | #define SUPPORTED_Pause (1 << 13) |
566 | #define SUPPORTED_Asym_Pause (1 << 14) | 566 | #define SUPPORTED_Asym_Pause (1 << 14) |
567 | #define SUPPORTED_2500baseX_Full (1 << 15) | 567 | #define SUPPORTED_2500baseX_Full (1 << 15) |
568 | #define SUPPORTED_Backplane (1 << 16) | ||
569 | #define SUPPORTED_1000baseKX_Full (1 << 17) | ||
570 | #define SUPPORTED_10000baseKX4_Full (1 << 18) | ||
571 | #define SUPPORTED_10000baseKR_Full (1 << 19) | ||
572 | #define SUPPORTED_10000baseR_FEC (1 << 20) | ||
568 | 573 | ||
569 | /* Indicates what features are advertised by the interface. */ | 574 | /* Indicates what features are advertised by the interface. */ |
570 | #define ADVERTISED_10baseT_Half (1 << 0) | 575 | #define ADVERTISED_10baseT_Half (1 << 0) |
@@ -583,6 +588,11 @@ struct ethtool_ops { | |||
583 | #define ADVERTISED_Pause (1 << 13) | 588 | #define ADVERTISED_Pause (1 << 13) |
584 | #define ADVERTISED_Asym_Pause (1 << 14) | 589 | #define ADVERTISED_Asym_Pause (1 << 14) |
585 | #define ADVERTISED_2500baseX_Full (1 << 15) | 590 | #define ADVERTISED_2500baseX_Full (1 << 15) |
591 | #define ADVERTISED_Backplane (1 << 16) | ||
592 | #define ADVERTISED_1000baseKX_Full (1 << 17) | ||
593 | #define ADVERTISED_10000baseKX4_Full (1 << 18) | ||
594 | #define ADVERTISED_10000baseKR_Full (1 << 19) | ||
595 | #define ADVERTISED_10000baseR_FEC (1 << 20) | ||
586 | 596 | ||
587 | /* The following are all involved in forcing a particular link | 597 | /* The following are all involved in forcing a particular link |
588 | * mode for the device for setting things. When getting the | 598 | * mode for the device for setting things. When getting the |