1ae06c70bSJeff Kirsher /* SPDX-License-Identifier: GPL-2.0 */
251dce24bSJeff Kirsher /* Copyright(c) 2013 - 2018 Intel Corporation. */
3d72c95eaSShannon Nelson 
4d72c95eaSShannon Nelson #ifndef _I40E_DEVIDS_H_
5d72c95eaSShannon Nelson #define _I40E_DEVIDS_H_
6d72c95eaSShannon Nelson 
7d72c95eaSShannon Nelson /* Device IDs */
8e576e769SAleksandr Loktionov #define I40E_DEV_ID_X710_N3000		0x0CF8
9e576e769SAleksandr Loktionov #define I40E_DEV_ID_XXV710_N3000	0x0D58
10d72c95eaSShannon Nelson #define I40E_DEV_ID_SFP_XL710		0x1572
11d72c95eaSShannon Nelson #define I40E_DEV_ID_QEMU		0x1574
12d72c95eaSShannon Nelson #define I40E_DEV_ID_KX_B		0x1580
13d72c95eaSShannon Nelson #define I40E_DEV_ID_KX_C		0x1581
14d72c95eaSShannon Nelson #define I40E_DEV_ID_QSFP_A		0x1583
15d72c95eaSShannon Nelson #define I40E_DEV_ID_QSFP_B		0x1584
16d72c95eaSShannon Nelson #define I40E_DEV_ID_QSFP_C		0x1585
17d72c95eaSShannon Nelson #define I40E_DEV_ID_10G_BASE_T		0x1586
18d72c95eaSShannon Nelson #define I40E_DEV_ID_20G_KR2		0x1587
19d72c95eaSShannon Nelson #define I40E_DEV_ID_20G_KR2_A		0x1588
20d72c95eaSShannon Nelson #define I40E_DEV_ID_10G_BASE_T4		0x1589
213123237aSCarolyn Wyborny #define I40E_DEV_ID_25G_B		0x158A
223123237aSCarolyn Wyborny #define I40E_DEV_ID_25G_SFP28		0x158B
232e45d3f4SAleksandr Loktionov #define I40E_DEV_ID_10G_BASE_T_BC	0x15FF
242e45d3f4SAleksandr Loktionov #define I40E_DEV_ID_10G_B		0x104F
252e45d3f4SAleksandr Loktionov #define I40E_DEV_ID_10G_SFP		0x104E
263dbdd6c2SAleksandr Loktionov #define I40E_DEV_ID_5G_BASE_T_BC	0x101F
27*6617be3cSStanislaw Grzeszczak #define I40E_DEV_ID_1G_BASE_T_BC	0x0DD2
28d80a476fSDamian Milosek #define I40E_IS_X710TL_DEVICE(d) \
29*6617be3cSStanislaw Grzeszczak 	(((d) == I40E_DEV_ID_1G_BASE_T_BC) || \
30*6617be3cSStanislaw Grzeszczak 	 ((d) == I40E_DEV_ID_5G_BASE_T_BC) || \
313dbdd6c2SAleksandr Loktionov 	 ((d) == I40E_DEV_ID_10G_BASE_T_BC))
3235dae51dSAnjali Singhai Jain #define I40E_DEV_ID_KX_X722		0x37CE
3335dae51dSAnjali Singhai Jain #define I40E_DEV_ID_QSFP_X722		0x37CF
34d72c95eaSShannon Nelson #define I40E_DEV_ID_SFP_X722		0x37D0
35d72c95eaSShannon Nelson #define I40E_DEV_ID_1G_BASE_T_X722	0x37D1
36d72c95eaSShannon Nelson #define I40E_DEV_ID_10G_BASE_T_X722	0x37D2
37d6bf58c2SCatherine Sullivan #define I40E_DEV_ID_SFP_I_X722		0x37D3
38a941d5eeSMateusz Palczewski #define I40E_DEV_ID_SFP_X722_A		0x0DDA
39d72c95eaSShannon Nelson 
40d72c95eaSShannon Nelson 
41d72c95eaSShannon Nelson #endif /* _I40E_DEVIDS_H_ */
42