diff options
| author | Tom Rini <[email protected]> | 2021-07-26 12:09:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-26 12:09:32 -0400 |
| commit | e013b727010699c085b329050369871a0ae433b2 (patch) | |
| tree | 7c76ab72ad4f1326e1e29296e93437c147309be1 /include/linux | |
| parent | ec22c365e3d21c8a5c20413d537042527b33a6cf (diff) | |
| parent | 15ca9ebb074e9eca5a8264c93f5678df240fa54d (diff) | |
Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
Xilinx changes for v2021.10-rc1
xilinx:
- Use default ENVL_NOWHERE configuration
- Add support for handling compressed kernels
zynqmp:
- SPL malloc size extension
- USB2.0 for zc1751 dc2
- Fix USB3.0 nodes
- Handle lpd_lsbus clock
- Cleanup macros around SYSRESET
versal:
- Remove PBSIZE macro
zynq_sdhci:
- Tap delay fixups
net:
- Add support for MRMAC
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ethtool.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index f6dbdb096d3..aa7d2fd58f4 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -620,6 +620,14 @@ enum ethtool_sfeatures_retval_bits { #define SPEED_1000 1000 #define SPEED_2500 2500 #define SPEED_10000 10000 +#define SPEED_14000 14000 +#define SPEED_20000 20000 +#define SPEED_25000 25000 +#define SPEED_40000 40000 +#define SPEED_50000 50000 +#define SPEED_56000 56000 +#define SPEED_100000 100000 +#define SPEED_200000 200000 /* Duplex, half or full. */ #define DUPLEX_HALF 0x00 |
