cxgb4: collect firmware mbox and device log dump
[linux-2.6-microblaze.git] / drivers / net / ethernet / chelsio / cxgb4 / cudbg_entity.h
index 71a426d..2b717e7 100644 (file)
@@ -26,4 +26,10 @@ struct card_mem {
        u16 size_edc1;
        u16 mem_flag;
 };
+
+struct cudbg_mbox_log {
+       struct mbox_cmd entry;
+       u32 hi[MBOX_LEN / 8];
+       u32 lo[MBOX_LEN / 8];
+};
 #endif /* __CUDBG_ENTITY_H__ */