f-stack/dpdk/drivers/net/iavf/base/iavf_devids.h

15 lines
282 B
C
Raw Normal View History

2020-06-18 16:55:50 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2013 - 2015 Intel Corporation
*/
#ifndef _IAVF_DEVIDS_H_
#define _IAVF_DEVIDS_H_
/* Vendor ID */
#define IAVF_INTEL_VENDOR_ID 0x8086
/* Device IDs */
#define IAVF_DEV_ID_ADAPTIVE_VF 0x1889
#endif /* _IAVF_DEVIDS_H_ */