summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomer Tayar <Tomer.Tayar@qlogic.com>2016-09-07 13:36:25 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-09-08 00:46:59 (GMT)
commite0971c832af4cd906ab931c9f6e9e1791a62fc98 (patch)
treee94798779c69a8ae23a4080ca2077db95efcfd76 /include
parentc965db44462919f613973aa618271f6c3f5a1e64 (diff)
downloadlinux-e0971c832af4cd906ab931c9f6e9e1791a62fc98.tar.xz
qed*: Add support for the ethtool get_regs operation
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')
-rw-r--r--include/linux/qed/qed_if.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h
index d8dc5c2..e4546ab 100644
--- a/include/linux/qed/qed_if.h
+++ b/include/linux/qed/qed_if.h
@@ -455,6 +455,10 @@ struct qed_common_ops {
void (*simd_handler_clean)(struct qed_dev *cdev,
int index);
+ int (*dbg_all_data) (struct qed_dev *cdev, void *buffer);
+
+ int (*dbg_all_data_size) (struct qed_dev *cdev);
+
/**
* @brief can_link_change - can the instance change the link or not
*