diff options
| author | 2016-09-07 16:36:25 +0300 | |
|---|---|---|
| committer | 2016-09-07 17:46:59 -0700 | |
| commit | e0971c832af4cd906ab931c9f6e9e1791a62fc98 (patch) | |
| tree | e94798779c69a8ae23a4080ca2077db95efcfd76 /include/linux/qed | |
| parent | qed: Add support for debug data collection (diff) | |
| download | linux-dev-e0971c832af4cd906ab931c9f6e9e1791a62fc98.tar.xz linux-dev-e0971c832af4cd906ab931c9f6e9e1791a62fc98.zip | |
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/linux/qed')
| -rw-r--r-- | include/linux/qed/qed_if.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index d8dc5c2243d5..e4546abcea08 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 * |
