aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSudarsana Reddy Kalluru <skalluru@marvell.com>2019-02-07 06:20:11 -0800
committerDavid S. Miller <davem@davemloft.net>2019-02-08 22:39:01 -0800
commitdf9c716deb76642d0077770bca7107a31568c113 (patch)
tree7fb0d1786691e394f7e9e3f31fd55149bbf5860b /include
parentMerge branch 'net-dsa-bcm_sf2-Add-support-for-CFP-statistics' (diff)
downloadlinux-dev-df9c716deb76642d0077770bca7107a31568c113.tar.xz
linux-dev-df9c716deb76642d0077770bca7107a31568c113.zip
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')
-rw-r--r--include/linux/qed/qed_if.h1
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;