2018-03-20 22:58:05 +08: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 08:23:06 +08:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for backplane */
|
2018-10-18 23:37:04 +08:00
|
|
|
#define ICE_DEV_ID_E810C_BACKPLANE 0x1591
|
2018-09-20 08:23:06 +08:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for QSFP */
|
2018-10-18 23:37:04 +08:00
|
|
|
#define ICE_DEV_ID_E810C_QSFP 0x1592
|
2018-09-20 08:23:06 +08:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for SFP */
|
2018-10-18 23:37:04 +08:00
|
|
|
#define ICE_DEV_ID_E810C_SFP 0x1593
|
2018-03-20 22:58:05 +08:00
|
|
|
|
|
|
|
#endif /* _ICE_DEVIDS_H_ */
|