summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/cxgbe/t4nex/t4nex.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/cxgbe/t4nex/t4nex.h')
-rw-r--r--usr/src/uts/common/io/cxgbe/t4nex/t4nex.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/cxgbe/t4nex/t4nex.h b/usr/src/uts/common/io/cxgbe/t4nex/t4nex.h
index da6edbd88b..fa2bd2ec7b 100644
--- a/usr/src/uts/common/io/cxgbe/t4nex/t4nex.h
+++ b/usr/src/uts/common/io/cxgbe/t4nex/t4nex.h
@@ -43,6 +43,7 @@ extern "C" {
#define T4_IOCTL_GET_CIM_IBQ (T4_IOCTL + 13)
#define T4_IOCTL_GET_EDC (T4_IOCTL + 14)
#define T4_IOCTL_LOAD_FW (T4_IOCTL + 15)
+#define T4_IOCTL_GET_CUDBG (T4_IOCTL + 16)
enum {
T4_CTXT_EGRESS,
@@ -124,6 +125,13 @@ struct t4_ldfw {
uint32_t data[0];
};
+struct t4_cudbg_dump {
+ uint8_t wr_flash;
+ uint8_t bitmap[16];
+ uint32_t len;
+ uint32_t data[0];
+};
+
#ifdef __cplusplus
}
#endif