2018-03-20 14:58:05 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright (c) 2018, Intel Corporation. */
|
|
|
|
|
|
|
|
#ifndef _ICE_DEVIDS_H_
|
|
|
|
#define _ICE_DEVIDS_H_
|
|
|
|
|
|
|
|
/* Device IDs */
|
2018-09-20 00:23:06 +00:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for backplane */
|
2018-10-18 15:37:04 +00:00
|
|
|
#define ICE_DEV_ID_E810C_BACKPLANE 0x1591
|
2018-09-20 00:23:06 +00:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for QSFP */
|
2018-10-18 15:37:04 +00:00
|
|
|
#define ICE_DEV_ID_E810C_QSFP 0x1592
|
2018-09-20 00:23:06 +00:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for SFP */
|
2018-10-18 15:37:04 +00:00
|
|
|
#define ICE_DEV_ID_E810C_SFP 0x1593
|
2019-12-17 10:55:43 +00:00
|
|
|
/* Intel(R) Ethernet Connection E822-C for backplane */
|
|
|
|
#define ICE_DEV_ID_E822C_BACKPLANE 0x1890
|
|
|
|
/* Intel(R) Ethernet Connection E822-C for QSFP */
|
|
|
|
#define ICE_DEV_ID_E822C_QSFP 0x1891
|
|
|
|
/* Intel(R) Ethernet Connection E822-C for SFP */
|
|
|
|
#define ICE_DEV_ID_E822C_SFP 0x1892
|
|
|
|
/* Intel(R) Ethernet Connection E822-C/X557-AT 10GBASE-T */
|
|
|
|
#define ICE_DEV_ID_E822C_10G_BASE_T 0x1893
|
|
|
|
/* Intel(R) Ethernet Connection E822-C 1GbE */
|
|
|
|
#define ICE_DEV_ID_E822C_SGMII 0x1894
|
|
|
|
/* Intel(R) Ethernet Connection E822-X for backplane */
|
|
|
|
#define ICE_DEV_ID_E822X_BACKPLANE 0x1897
|
|
|
|
/* Intel(R) Ethernet Connection E822-L for SFP */
|
|
|
|
#define ICE_DEV_ID_E822L_SFP 0x1898
|
|
|
|
/* Intel(R) Ethernet Connection E822-L/X557-AT 10GBASE-T */
|
|
|
|
#define ICE_DEV_ID_E822L_10G_BASE_T 0x1899
|
|
|
|
/* Intel(R) Ethernet Connection E822-L 1GbE */
|
|
|
|
#define ICE_DEV_ID_E822L_SGMII 0x189A
|
2018-03-20 14:58:05 +00:00
|
|
|
|
|
|
|
#endif /* _ICE_DEVIDS_H_ */
|