Anirudh Venkataramanan | 837f08f | 2018-03-20 07:58:05 -0700 | [diff] [blame] | 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_ */ |