i40e_devids.h (416ba5c74546f32a993436a99516d35008e9f384) | i40e_devids.h (ac83ea833d494a651c3fa807c90675b724a78c19) |
---|---|
1/****************************************************************************** 2 3 Copyright (c) 2013-2015, Intel Corporation 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 --- 39 unchanged lines hidden (view full) --- 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_VF 0x154C 55#define I40E_DEV_ID_VF_HV 0x1571 | 1/****************************************************************************** 2 3 Copyright (c) 2013-2015, Intel Corporation 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 --- 39 unchanged lines hidden (view full) --- 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_VF 0x154C 55#define I40E_DEV_ID_VF_HV 0x1571 |
56#ifdef X722_SUPPORT 57#define I40E_DEV_ID_SFP_X722 0x37D0 58#define I40E_DEV_ID_1G_BASE_T_X722 0x37D1 59#define I40E_DEV_ID_10G_BASE_T_X722 0x37D2 60#define I40E_DEV_ID_X722_VF 0x37CD 61#define I40E_DEV_ID_X722_VF_HV 0x37D9 62#endif /* X722_SUPPORT */ | |
63 64#define i40e_is_40G_device(d) ((d) == I40E_DEV_ID_QSFP_A || \ 65 (d) == I40E_DEV_ID_QSFP_B || \ 66 (d) == I40E_DEV_ID_QSFP_C) 67 68#endif /* _I40E_DEVIDS_H_ */ | 56 57#define i40e_is_40G_device(d) ((d) == I40E_DEV_ID_QSFP_A || \ 58 (d) == I40E_DEV_ID_QSFP_B || \ 59 (d) == I40E_DEV_ID_QSFP_C) 60 61#endif /* _I40E_DEVIDS_H_ */ |