diff options
| author | David S. Miller <davem@davemloft.net> | 2018-04-23 12:05:58 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-04-23 12:05:58 -0400 |
| commit | 40cde8249a8280e4e24b42a4e20813ac4c1368e9 (patch) | |
| tree | bef01a9f31a882d136332bc4c3b378eb3ad08f96 /include | |
| parent | 5f0456b43140af9413397cc11d03d18b9f2fc2fc (diff) | |
| parent | 1ac4329a1cff2e0bb12b71c13ad53a0e05bc87a6 (diff) | |
Merge branch 'qed-debug-data'
Denis Bolotin says:
====================
Add configuration information to register dump and debug data
The purpose of this patchset is to add configuration information to the
debug data collection, which already contains register dump.
The first patch (removing the ptt) is essential because it prevents the
unnecessary ptt acquirement when calling mcp APIs.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/qed/qed_if.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index b5b2bc9eacca..e53f9c7c2809 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -159,6 +159,9 @@ struct qed_dcbx_get { enum qed_nvm_images { QED_NVM_IMAGE_ISCSI_CFG, QED_NVM_IMAGE_FCOE_CFG, + QED_NVM_IMAGE_NVM_CFG1, + QED_NVM_IMAGE_DEFAULT_CFG, + QED_NVM_IMAGE_NVM_META, }; struct qed_link_eee_params { |
