diff options
| author | Alexander Lobakin <[email protected]> | 2020-07-20 21:08:15 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-20 17:59:44 -0700 |
| commit | 99785a87fc7d27207c7dca0f0fe04386f1981690 (patch) | |
| tree | 21bfaa0d9effd9005586cd0e08d3f5210ba5af0c /include/linux | |
| parent | 097818fcf81d672e32229fcc52a3370ccae8d3c5 (diff) | |
qed: add support for the extended speed and FEC modes
Add all necessary code (NVM parsing, MFW and Ethtool reports etc.) to
support extended speed and FEC modes.
These new modes are supported by the new boards revisions and newer
MFW versions.
Misc: correct port type for MEDIA_KR.
Signed-off-by: Alexander Lobakin <[email protected]>
Signed-off-by: Igor Russkikh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qed/qed_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index 2e780159a5fb..a5c6854343e6 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -594,6 +594,7 @@ enum qed_hw_err_type { enum qed_dev_type { QED_DEV_TYPE_BB, QED_DEV_TYPE_AH, + QED_DEV_TYPE_E5, }; struct qed_dev_info { |