]> git.dujemihanovic.xyz Git - linux.git/commitdiff
ice: update E830 device ids and comments
authorPaul Greenwalt <paul.greenwalt@intel.com>
Fri, 29 Mar 2024 01:07:08 +0000 (21:07 -0400)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 6 May 2024 16:18:48 +0000 (09:18 -0700)
Update existing E830 device ids and comments to align with new naming 'C'
for 100G and 'CC' for 200G.

Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>
Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_common.c
drivers/net/ethernet/intel/ice/ice_devids.h
drivers/net/ethernet/intel/ice/ice_main.c

index 847d22f9fc6cc1f67f21cd8e24d6d3026f30b58c..5649b257e6312e57e0040962f7213a606a2581dc 100644 (file)
@@ -160,10 +160,10 @@ static int ice_set_mac_type(struct ice_hw *hw)
        case ICE_DEV_ID_E825C_SGMII:
                hw->mac_type = ICE_MAC_GENERIC_3K_E825;
                break;
-       case ICE_DEV_ID_E830_BACKPLANE:
-       case ICE_DEV_ID_E830_QSFP56:
-       case ICE_DEV_ID_E830_SFP:
-       case ICE_DEV_ID_E830_SFP_DD:
+       case ICE_DEV_ID_E830CC_BACKPLANE:
+       case ICE_DEV_ID_E830CC_QSFP56:
+       case ICE_DEV_ID_E830CC_SFP:
+       case ICE_DEV_ID_E830CC_SFP_DD:
        case ICE_DEV_ID_E830C_BACKPLANE:
        case ICE_DEV_ID_E830_XXV_BACKPLANE:
        case ICE_DEV_ID_E830C_QSFP:
index c37b2b450b028a02609e3b989ff9e7ee0ab74c3c..34fd604132f53b6b4f5a193ef849cbb77a4fc219 100644 (file)
 #define ICE_DEV_ID_E823L_1GBE          0x124F
 /* Intel(R) Ethernet Connection E823-L for QSFP */
 #define ICE_DEV_ID_E823L_QSFP          0x151D
-/* Intel(R) Ethernet Controller E830-C for backplane */
-#define ICE_DEV_ID_E830_BACKPLANE      0x12D1
-/* Intel(R) Ethernet Controller E830-C for QSFP */
-#define ICE_DEV_ID_E830_QSFP56         0x12D2
-/* Intel(R) Ethernet Controller E830-C for SFP */
-#define ICE_DEV_ID_E830_SFP            0x12D3
-/* Intel(R) Ethernet Controller E830-C for SFP-DD */
-#define ICE_DEV_ID_E830_SFP_DD         0x12D4
+/* Intel(R) Ethernet Controller E830-CC for backplane */
+#define ICE_DEV_ID_E830CC_BACKPLANE    0x12D1
+/* Intel(R) Ethernet Controller E830-CC for QSFP */
+#define ICE_DEV_ID_E830CC_QSFP56       0x12D2
+/* Intel(R) Ethernet Controller E830-CC for SFP */
+#define ICE_DEV_ID_E830CC_SFP          0x12D3
+/* Intel(R) Ethernet Controller E830-CC for SFP-DD */
+#define ICE_DEV_ID_E830CC_SFP_DD       0x12D4
 /* Intel(R) Ethernet Controller E830-C for backplane */
 #define ICE_DEV_ID_E830C_BACKPLANE     0x12D5
 /* Intel(R) Ethernet Controller E830-C for QSFP */
index 4968331cb1d54254f1df68073276942f5e186251..8513deb266ebcacacdada7b259861d920235d647 100644 (file)
@@ -5805,10 +5805,10 @@ static const struct pci_device_id ice_pci_tbl[] = {
        { PCI_VDEVICE(INTEL, ICE_DEV_ID_E825C_QSFP), },
        { PCI_VDEVICE(INTEL, ICE_DEV_ID_E825C_SFP), },
        { PCI_VDEVICE(INTEL, ICE_DEV_ID_E825C_SGMII), },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_BACKPLANE) },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_QSFP56) },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_SFP) },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_SFP_DD) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830CC_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830CC_QSFP56) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830CC_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830CC_SFP_DD) },
        { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830C_BACKPLANE), },
        { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_XXV_BACKPLANE), },
        { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830C_QSFP), },