qed: Add infrastructure for debug data collection
[cascardo/linux.git] / drivers / net / ethernet / qlogic / qed / qed_reg_addr.h
index b49d47f..b44f09b 100644 (file)
 
 #define QM_REG_WFQPFWEIGHT     0x2f4e80UL
 #define QM_REG_WFQVPWEIGHT     0x2fa000UL
+
+#define MCP_REG_CPU_MODE \
+       0xe05000UL
+#define MCP_REG_CPU_MODE_SOFT_HALT \
+               (0x1 << 10)
+
 #endif