aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2020-01-09 14:46:09 -0800
committerDavid S. Miller <davem@davemloft.net>2020-01-10 17:06:59 -0800
commit468672b24fbc1c018e192dcc90e887bc9a9b2595 (patch)
treec8c7dfbecb11eecc9de41c465d16c380e3ef5b49
parentMerge branch 'r8169-factor-out-chip-specific-PHY-configuration-to-a-separate-source-file' (diff)
downloadlinux-dev-468672b24fbc1c018e192dcc90e887bc9a9b2595.tar.xz
linux-dev-468672b24fbc1c018e192dcc90e887bc9a9b2595.zip
devlink: add macro for "fw.psid"
The "fw.psid" devlink info version is documented in devlink-info.rst, and used by one driver. However, there is no associated macro for this firmware version like there is for others. Add one now. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/devlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/devlink.h b/include/net/devlink.h
index 453f45cc1519..4e80d9acdb86 100644
--- a/include/net/devlink.h
+++ b/include/net/devlink.h
@@ -485,6 +485,8 @@ enum devlink_param_generic_id {
#define DEVLINK_INFO_VERSION_GENERIC_FW_UNDI "fw.undi"
/* NCSI support/handler version */
#define DEVLINK_INFO_VERSION_GENERIC_FW_NCSI "fw.ncsi"
+/* FW parameter set id */
+#define DEVLINK_INFO_VERSION_GENERIC_FW_PSID "fw.psid"
struct devlink_region;
struct devlink_info_req;