[PATCH v4 056/103] net/ice/base: add 32 GT bus speed enumerated value

Anatoly Burakov anatoly.burakov at intel.com
Wed Jun 26 13:41:44 CEST 2024


From: Dan Nowlin <dan.nowlin at intel.com>

Add ice_pcie_speed_32_0GT bus speed enum to support E830 device's higher
bus speed.

Signed-off-by: Dan Nowlin <dan.nowlin at intel.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>
---
 drivers/net/ice/base/ice_type.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ice/base/ice_type.h b/drivers/net/ice/base/ice_type.h
index 68a8397d4d..50e19f1c0c 100644
--- a/drivers/net/ice/base/ice_type.h
+++ b/drivers/net/ice/base/ice_type.h
@@ -849,7 +849,8 @@ enum ice_pcie_bus_speed {
 	ice_pcie_speed_2_5GT	= 0x14,
 	ice_pcie_speed_5_0GT	= 0x15,
 	ice_pcie_speed_8_0GT	= 0x16,
-	ice_pcie_speed_16_0GT	= 0x17
+	ice_pcie_speed_16_0GT	= 0x17,
+	ice_pcie_speed_32_0GT	= 0x18,
 };
 
 /* PCI bus widths */
-- 
2.43.0



More information about the dev mailing list