2018-03-20 21:58:05 +07: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 07:23:06 +07:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for backplane */
|
2018-03-20 21:58:05 +07:00
|
|
|
#define ICE_DEV_ID_C810_BACKPLANE 0x1591
|
2018-09-20 07:23:06 +07:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for QSFP */
|
2018-03-20 21:58:05 +07:00
|
|
|
#define ICE_DEV_ID_C810_QSFP 0x1592
|
2018-09-20 07:23:06 +07:00
|
|
|
/* Intel(R) Ethernet Controller E810-C for SFP */
|
2018-03-20 21:58:05 +07:00
|
|
|
#define ICE_DEV_ID_C810_SFP 0x1593
|
|
|
|
|
|
|
|
#endif /* _ICE_DEVIDS_H_ */
|