xref: /freebsd/contrib/ofed/libirdma/i40e_devids.h (revision 38a52bd3)
1 /*-
2  * SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB
3  *
4  * Copyright (c) 2015 - 2019 Intel Corporation
5  *
6  * This software is available to you under a choice of one of two
7  * licenses.  You may choose to be licensed under the terms of the GNU
8  * General Public License (GPL) Version 2, available from the file
9  * COPYING in the main directory of this source tree, or the
10  * OpenFabrics.org BSD license below:
11  *
12  *   Redistribution and use in source and binary forms, with or
13  *   without modification, are permitted provided that the following
14  *   conditions are met:
15  *
16  *    - Redistributions of source code must retain the above
17  *	copyright notice, this list of conditions and the following
18  *	disclaimer.
19  *
20  *    - Redistributions in binary form must reproduce the above
21  *	copyright notice, this list of conditions and the following
22  *	disclaimer in the documentation and/or other materials
23  *	provided with the distribution.
24  *
25  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32  * SOFTWARE.
33  */
34 /*$FreeBSD$*/
35 
36 #ifndef I40E_DEVIDS_H
37 #define I40E_DEVIDS_H
38 
39 /* Vendor ID */
40 #define I40E_INTEL_VENDOR_ID		0x8086
41 
42 /* Device IDs */
43 #define I40E_DEV_ID_SFP_XL710		0x1572
44 #define I40E_DEV_ID_QEMU		0x1574
45 #define I40E_DEV_ID_KX_B		0x1580
46 #define I40E_DEV_ID_KX_C		0x1581
47 #define I40E_DEV_ID_QSFP_A		0x1583
48 #define I40E_DEV_ID_QSFP_B		0x1584
49 #define I40E_DEV_ID_QSFP_C		0x1585
50 #define I40E_DEV_ID_10G_BASE_T		0x1586
51 #define I40E_DEV_ID_20G_KR2		0x1587
52 #define I40E_DEV_ID_20G_KR2_A		0x1588
53 #define I40E_DEV_ID_10G_BASE_T4		0x1589
54 #define I40E_DEV_ID_25G_B		0x158A
55 #define I40E_DEV_ID_25G_SFP28		0x158B
56 #define I40E_DEV_ID_VF			0x154C
57 #define I40E_DEV_ID_VF_HV		0x1571
58 #define I40E_DEV_ID_X722_A0		0x374C
59 #define I40E_DEV_ID_X722_A0_VF		0x374D
60 #define I40E_DEV_ID_KX_X722		0x37CE
61 #define I40E_DEV_ID_QSFP_X722		0x37CF
62 #define I40E_DEV_ID_SFP_X722		0x37D0
63 #define I40E_DEV_ID_1G_BASE_T_X722	0x37D1
64 #define I40E_DEV_ID_10G_BASE_T_X722	0x37D2
65 #define I40E_DEV_ID_SFP_I_X722		0x37D3
66 #define I40E_DEV_ID_X722_VF		0x37CD
67 #define I40E_DEV_ID_X722_VF_HV		0x37D9
68 
69 #endif /* I40E_DEVIDS_H */
70