iavf_devids.h 345 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright(c) 2013 - 2018 Intel Corporation. */
  3. #ifndef _IAVF_DEVIDS_H_
  4. #define _IAVF_DEVIDS_H_
  5. /* Device IDs for the VF driver */
  6. #define IAVF_DEV_ID_VF 0x154C
  7. #define IAVF_DEV_ID_VF_HV 0x1571
  8. #define IAVF_DEV_ID_ADAPTIVE_VF 0x1889
  9. #define IAVF_DEV_ID_X722_VF 0x37CD
  10. #endif /* _IAVF_DEVIDS_H_ */