Searched refs:NX_CAP_BIT (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | nxhal_nic_interface.h | 194 #define NX_CAP_BIT(class, bit) (1 << bit) macro 197 #define NX_CAP0_LEGACY_CONTEXT NX_CAP_BIT(0, 0) 198 #define NX_CAP0_MULTI_CONTEXT NX_CAP_BIT(0, 1) 199 #define NX_CAP0_LEGACY_MN NX_CAP_BIT(0, 2) 200 #define NX_CAP0_LEGACY_MS NX_CAP_BIT(0, 3) 201 #define NX_CAP0_CUT_THROUGH NX_CAP_BIT(0, 4) 202 #define NX_CAP0_LRO NX_CAP_BIT(0, 5) 203 #define NX_CAP0_LSO NX_CAP_BIT(0, 6) 204 #define NX_CAP0_JUMBO_CONTIGUOUS NX_CAP_BIT(0, 7) 205 #define NX_CAP0_LRO_CONTIGUOUS NX_CAP_BIT(0, 8) [all …]
|