18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright (c) 2018, Intel Corporation. */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef _ICE_DEVIDS_H_
58c2ecf20Sopenharmony_ci#define _ICE_DEVIDS_H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci/* Device IDs */
88c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-L for backplane */
98c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823L_BACKPLANE	0x124C
108c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-L for SFP */
118c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823L_SFP		0x124D
128c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-L/X557-AT 10GBASE-T */
138c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823L_10G_BASE_T	0x124E
148c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-L 1GbE */
158c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823L_1GBE		0x124F
168c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-L for QSFP */
178c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823L_QSFP		0x151D
188c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Controller E810-C for backplane */
198c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E810C_BACKPLANE	0x1591
208c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Controller E810-C for QSFP */
218c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E810C_QSFP		0x1592
228c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Controller E810-C for SFP */
238c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E810C_SFP		0x1593
248c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Controller E810-XXV for backplane */
258c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E810_XXV_BACKPLANE	0x1599
268c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Controller E810-XXV for QSFP */
278c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E810_XXV_QSFP	0x159A
288c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Controller E810-XXV for SFP */
298c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E810_XXV_SFP		0x159B
308c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-C for backplane */
318c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823C_BACKPLANE	0x188A
328c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-C for QSFP */
338c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823C_QSFP		0x188B
348c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-C for SFP */
358c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823C_SFP		0x188C
368c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-C/X557-AT 10GBASE-T */
378c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823C_10G_BASE_T	0x188D
388c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E823-C 1GbE */
398c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E823C_SGMII		0x188E
408c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-C for backplane */
418c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822C_BACKPLANE	0x1890
428c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-C for QSFP */
438c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822C_QSFP		0x1891
448c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-C for SFP */
458c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822C_SFP		0x1892
468c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-C/X557-AT 10GBASE-T */
478c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822C_10G_BASE_T	0x1893
488c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-C 1GbE */
498c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822C_SGMII		0x1894
508c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-L for backplane */
518c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822L_BACKPLANE	0x1897
528c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-L for SFP */
538c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822L_SFP		0x1898
548c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-L/X557-AT 10GBASE-T */
558c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822L_10G_BASE_T	0x1899
568c2ecf20Sopenharmony_ci/* Intel(R) Ethernet Connection E822-L 1GbE */
578c2ecf20Sopenharmony_ci#define ICE_DEV_ID_E822L_SGMII		0x189A
588c2ecf20Sopenharmony_ci
598c2ecf20Sopenharmony_ci#endif /* _ICE_DEVIDS_H_ */
60