xref: /dpdk/drivers/common/iavf/iavf_devids.h (revision e9c5672ac15febcc93d5d30ff1a12050e5d7d571)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2001-2021 Intel Corporation
3  */
4 
5 #ifndef _IAVF_DEVIDS_H_
6 #define _IAVF_DEVIDS_H_
7 
8 /* Vendor ID */
9 #define IAVF_INTEL_VENDOR_ID		0x8086
10 
11 /* Device IDs for the VF driver */
12 #define IAVF_DEV_ID_VF			0x154C
13 #define IAVF_DEV_ID_VF_HV		0x1571
14 #define IAVF_DEV_ID_ADAPTIVE_VF		0x1889
15 #define IAVF_DEV_ID_X722_VF		0x37CD
16 #define IAVF_DEV_ID_X722_A0_VF          0x374D
17 
18 #endif /* _IAVF_DEVIDS_H_ */
19