Symbol: NX_CAP_BIT
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
197
#define NX_CAP0_LEGACY_CONTEXT NX_CAP_BIT(0, 0)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
198
#define NX_CAP0_MULTI_CONTEXT NX_CAP_BIT(0, 1)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
199
#define NX_CAP0_LEGACY_MN NX_CAP_BIT(0, 2)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
200
#define NX_CAP0_LEGACY_MS NX_CAP_BIT(0, 3)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
201
#define NX_CAP0_CUT_THROUGH NX_CAP_BIT(0, 4)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
202
#define NX_CAP0_LRO NX_CAP_BIT(0, 5)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
203
#define NX_CAP0_LSO NX_CAP_BIT(0, 6)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
204
#define NX_CAP0_JUMBO_CONTIGUOUS NX_CAP_BIT(0, 7)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
205
#define NX_CAP0_LRO_CONTIGUOUS NX_CAP_BIT(0, 8)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
208
#define NX_CAP1_NIC NX_CAP_BIT(1, 0)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
209
#define NX_CAP1_PXE NX_CAP_BIT(1, 1)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
210
#define NX_CAP1_CHIMNEY NX_CAP_BIT(1, 2)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
211
#define NX_CAP1_LSA NX_CAP_BIT(1, 3)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
212
#define NX_CAP1_RDMA NX_CAP_BIT(1, 4)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
213
#define NX_CAP1_ISCSI NX_CAP_BIT(1, 5)
usr/src/uts/common/io/ntxn/nxhal_nic_interface.h
214
#define NX_CAP1_FCOE NX_CAP_BIT(1, 6)