1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2001-2024 Intel Corporation 3 */ 4 5 #ifndef _IDPF_DEVIDS_H_ 6 #define _IDPF_DEVIDS_H_ 7 8 /* Vendor ID */ 9 #define IDPF_INTEL_VENDOR_ID 0x8086 10 11 /* Device IDs */ 12 #define IDPF_DEV_ID_PF 0x1452 13 #define IDPF_DEV_ID_VF 0x145C 14 #define IDPF_DEV_ID_VF_SIOV 0x0DD5 15 16 17 18 19 #endif /* _IDPF_DEVIDS_H_ */ 20