ice_devids.h 449 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright (c) 2018, Intel Corporation. */
  3. #ifndef _ICE_DEVIDS_H_
  4. #define _ICE_DEVIDS_H_
  5. /* Device IDs */
  6. /* Intel(R) Ethernet Controller E810-C for backplane */
  7. #define ICE_DEV_ID_C810_BACKPLANE 0x1591
  8. /* Intel(R) Ethernet Controller E810-C for QSFP */
  9. #define ICE_DEV_ID_C810_QSFP 0x1592
  10. /* Intel(R) Ethernet Controller E810-C for SFP */
  11. #define ICE_DEV_ID_C810_SFP 0x1593
  12. #endif /* _ICE_DEVIDS_H_ */