aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/qed/qed_if.h
diff options
context:
space:
mode:
authorMintz, Yuval <Yuval.Mintz@cavium.com>2017-06-02 08:58:31 +0300
committerDavid S. Miller <davem@davemloft.net>2017-06-02 10:33:03 -0400
commit3c5da94278026a4583320f97f6547573fb3a93aa (patch)
tree9f126e4327ba95bc5d5b1130210ff7fbf26b4a60 /include/linux/qed/qed_if.h
parentqed: Correct order of wwnn and wwpn (diff)
downloadlinux-dev-3c5da94278026a4583320f97f6547573fb3a93aa.tar.xz
linux-dev-3c5da94278026a4583320f97f6547573fb3a93aa.zip
qed: Share additional information with qedf
Share several new tidbits with qedf: - wwpn & wwnn - Absolute pf-id [this one is actually meant for qedi as well] - Number of available CQs While we're at it, now that qedf will be aware of the available CQs we can add some validation on the inputs it provides. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/linux/qed/qed_if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h
index 607e1c5e185a..e29c6f74a4d4 100644
--- a/include/linux/qed/qed_if.h
+++ b/include/linux/qed/qed_if.h
@@ -360,6 +360,8 @@ struct qed_dev_info {
bool vxlan_enable;
bool gre_enable;
bool geneve_enable;
+
+ u8 abs_pf_id;
};
enum qed_sb_type {