|
@@ -878,6 +878,10 @@
|
|
#define SEND_CTRL (TXE + 0x000000000000)
|
|
#define SEND_CTRL (TXE + 0x000000000000)
|
|
#define SEND_CTRL_CM_RESET_SMASK 0x4ull
|
|
#define SEND_CTRL_CM_RESET_SMASK 0x4ull
|
|
#define SEND_CTRL_SEND_ENABLE_SMASK 0x1ull
|
|
#define SEND_CTRL_SEND_ENABLE_SMASK 0x1ull
|
|
|
|
+#define SEND_CTRL_UNSUPPORTED_VL_SHIFT 3
|
|
|
|
+#define SEND_CTRL_UNSUPPORTED_VL_MASK 0xFFull
|
|
|
|
+#define SEND_CTRL_UNSUPPORTED_VL_SMASK (SEND_CTRL_UNSUPPORTED_VL_MASK \
|
|
|
|
+ << SEND_CTRL_UNSUPPORTED_VL_SHIFT)
|
|
#define SEND_CTRL_VL_ARBITER_ENABLE_SMASK 0x2ull
|
|
#define SEND_CTRL_VL_ARBITER_ENABLE_SMASK 0x2ull
|
|
#define SEND_CTXT_CHECK_ENABLE (TXE + 0x000000100080)
|
|
#define SEND_CTXT_CHECK_ENABLE (TXE + 0x000000100080)
|
|
#define SEND_CTXT_CHECK_ENABLE_CHECK_BYPASS_VL_MAPPING_SMASK 0x80ull
|
|
#define SEND_CTXT_CHECK_ENABLE_CHECK_BYPASS_VL_MAPPING_SMASK 0x80ull
|