1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2001-2018 3 */ 4 5 #ifndef _ICE_DEVIDS_H_ 6 #define _ICE_DEVIDS_H_ 7 8 9 /* Device IDs */ 10 /* Intel(R) Ethernet Controller E810-C for backplane */ 11 #define ICE_DEV_ID_E810C_BACKPLANE 0x1591 12 /* Intel(R) Ethernet Controller E810-C for QSFP */ 13 #define ICE_DEV_ID_E810C_QSFP 0x1592 14 /* Intel(R) Ethernet Controller E810-C for SFP */ 15 #define ICE_DEV_ID_E810C_SFP 0x1593 16 17 #endif /* _ICE_DEVIDS_H_ */ 18