Searched refs:NX_CAP_BIT (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/phantom/ |
D | nxhal_nic_interface.h | 157 #define NX_CAP_BIT(class, bit) (1 << bit) macro 161 #define NX_CAP0_LEGACY_CONTEXT NX_CAP_BIT(0, 0) 162 #define NX_CAP0_MULTI_CONTEXT NX_CAP_BIT(0, 1) 163 #define NX_CAP0_LEGACY_MN NX_CAP_BIT(0, 2) 164 #define NX_CAP0_LEGACY_MS NX_CAP_BIT(0, 3) 165 #define NX_CAP0_CUT_THROUGH NX_CAP_BIT(0, 4) 166 #define NX_CAP0_LRO NX_CAP_BIT(0, 5) 167 #define NX_CAP0_LSO NX_CAP_BIT(0, 6) 171 #define NX_CAP1_NIC NX_CAP_BIT(1, 0) 172 #define NX_CAP1_PXE NX_CAP_BIT(1, 1) [all …]
|