Loading...
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2018, Intel Corporation. */
3
4#ifndef _ICE_DEVIDS_H_
5#define _ICE_DEVIDS_H_
6
7/* Device IDs */
8/* Intel(R) Ethernet Connection E823-L for backplane */
9#define ICE_DEV_ID_E823L_BACKPLANE 0x124C
10/* Intel(R) Ethernet Connection E823-L for SFP */
11#define ICE_DEV_ID_E823L_SFP 0x124D
12/* Intel(R) Ethernet Connection E823-L/X557-AT 10GBASE-T */
13#define ICE_DEV_ID_E823L_10G_BASE_T 0x124E
14/* Intel(R) Ethernet Connection E823-L 1GbE */
15#define ICE_DEV_ID_E823L_1GBE 0x124F
16/* Intel(R) Ethernet Connection E823-L for QSFP */
17#define ICE_DEV_ID_E823L_QSFP 0x151D
18/* Intel(R) Ethernet Controller E810-C for backplane */
19#define ICE_DEV_ID_E810C_BACKPLANE 0x1591
20/* Intel(R) Ethernet Controller E810-C for QSFP */
21#define ICE_DEV_ID_E810C_QSFP 0x1592
22/* Intel(R) Ethernet Controller E810-C for SFP */
23#define ICE_DEV_ID_E810C_SFP 0x1593
24/* Intel(R) Ethernet Controller E810-XXV for SFP */
25#define ICE_DEV_ID_E810_XXV_SFP 0x159B
26/* Intel(R) Ethernet Connection E823-C for backplane */
27#define ICE_DEV_ID_E823C_BACKPLANE 0x188A
28/* Intel(R) Ethernet Connection E823-C for QSFP */
29#define ICE_DEV_ID_E823C_QSFP 0x188B
30/* Intel(R) Ethernet Connection E823-C for SFP */
31#define ICE_DEV_ID_E823C_SFP 0x188C
32/* Intel(R) Ethernet Connection E823-C/X557-AT 10GBASE-T */
33#define ICE_DEV_ID_E823C_10G_BASE_T 0x188D
34/* Intel(R) Ethernet Connection E823-C 1GbE */
35#define ICE_DEV_ID_E823C_SGMII 0x188E
36/* Intel(R) Ethernet Connection E822-C for backplane */
37#define ICE_DEV_ID_E822C_BACKPLANE 0x1890
38/* Intel(R) Ethernet Connection E822-C for QSFP */
39#define ICE_DEV_ID_E822C_QSFP 0x1891
40/* Intel(R) Ethernet Connection E822-C for SFP */
41#define ICE_DEV_ID_E822C_SFP 0x1892
42/* Intel(R) Ethernet Connection E822-C/X557-AT 10GBASE-T */
43#define ICE_DEV_ID_E822C_10G_BASE_T 0x1893
44/* Intel(R) Ethernet Connection E822-C 1GbE */
45#define ICE_DEV_ID_E822C_SGMII 0x1894
46/* Intel(R) Ethernet Connection E822-L for backplane */
47#define ICE_DEV_ID_E822L_BACKPLANE 0x1897
48/* Intel(R) Ethernet Connection E822-L for SFP */
49#define ICE_DEV_ID_E822L_SFP 0x1898
50/* Intel(R) Ethernet Connection E822-L/X557-AT 10GBASE-T */
51#define ICE_DEV_ID_E822L_10G_BASE_T 0x1899
52/* Intel(R) Ethernet Connection E822-L 1GbE */
53#define ICE_DEV_ID_E822L_SGMII 0x189A
54
55#endif /* _ICE_DEVIDS_H_ */
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2018, Intel Corporation. */
3
4#ifndef _ICE_DEVIDS_H_
5#define _ICE_DEVIDS_H_
6
7/* Device IDs */
8/* Intel(R) Ethernet Controller C810 for backplane */
9#define ICE_DEV_ID_C810_BACKPLANE 0x1591
10/* Intel(R) Ethernet Controller C810 for QSFP */
11#define ICE_DEV_ID_C810_QSFP 0x1592
12/* Intel(R) Ethernet Controller C810 for SFP */
13#define ICE_DEV_ID_C810_SFP 0x1593
14/* Intel(R) Ethernet Controller C810/X557-AT 10GBASE-T */
15#define ICE_DEV_ID_C810_10G_BASE_T 0x1594
16/* Intel(R) Ethernet Controller C810 1GbE */
17#define ICE_DEV_ID_C810_SGMII 0x1595
18
19#endif /* _ICE_DEVIDS_H_ */