diff options
author | Sudarsana Reddy Kalluru <skalluru@marvell.com> | 2019-02-07 06:20:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-08 22:39:01 -0800 |
commit | df9c716deb76642d0077770bca7107a31568c113 (patch) | |
tree | 7fb0d1786691e394f7e9e3f31fd55149bbf5860b /include/linux/qed | |
parent | bc794e6e6146789ada9fb79765bf0f7fbf3a887a (diff) |
qed: Add API for SmartAN query.
The patch adds driver interface to read the SmartAN capability from
management firmware.
Signed-off-by: Sudarsana Reddy Kalluru <skalluru@marvell.com>
Signed-off-by: Ariel Elior <aelior@marvell.com>
Signed-off-by: Michal Kalderon <mkalderon@marvell.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 | 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 35170f74ed80..f6165d304b4d 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -643,6 +643,7 @@ struct qed_dev_info { u16 mtu; bool wol_support; + bool smart_an; /* MBI version */ u32 mbi_version; |