diff options
author | Tomer Tayar | 2016-09-07 16:36:24 +0300 |
---|---|---|
committer | David S. Miller | 2016-09-07 17:46:59 -0700 |
commit | c965db44462919f613973aa618271f6c3f5a1e64 (patch) | |
tree | 336ad5619c1c8b7a321eac0eba2beaa865f552ac /include/linux/qed | |
parent | 936f0600de541416ec8d82037e0e277538c9f945 (diff) |
qed: Add support for debug data collection
This patch adds the support for dumping and formatting the HW/FW debug data.
Signed-off-by: Tomer Tayar <Tomer.Tayar@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed')
-rw-r--r-- | include/linux/qed/common_hsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/qed/common_hsi.h b/include/linux/qed/common_hsi.h index 70b30e4d3cc4..19027635df0d 100644 --- a/include/linux/qed/common_hsi.h +++ b/include/linux/qed/common_hsi.h @@ -143,6 +143,9 @@ #define GTT_BYTE_SIZE_BITS (GTT_DWORD_SIZE_BITS + 2) #define GTT_DWORD_SIZE BIT(GTT_DWORD_SIZE_BITS) +/* Tools Version */ +#define TOOLS_VERSION 10 + /*****************/ /* CDU CONSTANTS */ /*****************/ |