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 E810-C for backplane */
9 #define ICE_DEV_ID_E810C_BACKPLANE	0x1591
10 /* Intel(R) Ethernet Controller E810-C for QSFP */
11 #define ICE_DEV_ID_E810C_QSFP		0x1592
12 /* Intel(R) Ethernet Controller E810-C for SFP */
13 #define ICE_DEV_ID_E810C_SFP		0x1593
14 
15 #endif /* _ICE_DEVIDS_H_ */
16