Lines Matching refs:NX_CAP_BIT
770 #define NX_CAP_BIT(class, bit) (1 << bit) macro
771 #define NX_CAP0_LEGACY_CONTEXT NX_CAP_BIT(0, 0)
772 #define NX_CAP0_MULTI_CONTEXT NX_CAP_BIT(0, 1)
773 #define NX_CAP0_LEGACY_MN NX_CAP_BIT(0, 2)
774 #define NX_CAP0_LEGACY_MS NX_CAP_BIT(0, 3)
775 #define NX_CAP0_CUT_THROUGH NX_CAP_BIT(0, 4)
776 #define NX_CAP0_LRO NX_CAP_BIT(0, 5)
777 #define NX_CAP0_LSO NX_CAP_BIT(0, 6)
778 #define NX_CAP0_JUMBO_CONTIGUOUS NX_CAP_BIT(0, 7)
779 #define NX_CAP0_LRO_CONTIGUOUS NX_CAP_BIT(0, 8)
780 #define NX_CAP0_HW_LRO NX_CAP_BIT(0, 10)
781 #define NX_CAP0_HW_LRO_MSS NX_CAP_BIT(0, 21)