2021-02-05 08:48:47 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2022-09-06 04:00:10 +00:00
|
|
|
* Copyright(c) 2001-2021 Intel Corporation
|
2021-02-05 08:48:47 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _IAVF_DEVIDS_H_
|
|
|
|
#define _IAVF_DEVIDS_H_
|
|
|
|
|
|
|
|
/* Vendor ID */
|
|
|
|
#define IAVF_INTEL_VENDOR_ID 0x8086
|
|
|
|
|
|
|
|
/* Device IDs for the VF driver */
|
|
|
|
#define IAVF_DEV_ID_VF 0x154C
|
|
|
|
#define IAVF_DEV_ID_VF_HV 0x1571
|
|
|
|
#define IAVF_DEV_ID_ADAPTIVE_VF 0x1889
|
|
|
|
#define IAVF_DEV_ID_X722_VF 0x37CD
|
2022-09-06 04:00:10 +00:00
|
|
|
#define IAVF_DEV_ID_X722_A0_VF 0x374D
|
2021-02-05 08:48:47 +00:00
|
|
|
|
|
|
|
#endif /* _IAVF_DEVIDS_H_ */
|