summaryrefslogtreecommitdiff
path: root/include/net/mana
diff options
context:
space:
mode:
authorShiraz Saleem <shirazsaleem@microsoft.com>2025-02-05 13:35:12 +0300
committerLeon Romanovsky <leon@kernel.org>2025-02-06 11:51:13 +0300
commitbad4480934c8227d8a03b6b76e276349506b2bfe (patch)
tree3929fdfed999253b468a9b939a83e1a734a8baa9 /include/net/mana
parentd9d9434a3fee5c2b05ef661d57e3e31e6990ed7b (diff)
downloadlinux-bad4480934c8227d8a03b6b76e276349506b2bfe.tar.xz
RDMA/mana_ib: Query feature_flags bitmask from FW
Extend the mana_ib_gd_query_adapter_caps function to retrieve and store the feature_flags from the firmware response. Signed-off-by: Shiraz Saleem <shirazsaleem@microsoft.com> Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com> Link: https://patch.msgid.link/1738751713-16169-2-git-send-email-kotaranov@linux.microsoft.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/net/mana')
-rw-r--r--include/net/mana/gdma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mana/gdma.h b/include/net/mana/gdma.h
index a94b04ea926f..50ffbc408346 100644
--- a/include/net/mana/gdma.h
+++ b/include/net/mana/gdma.h
@@ -152,6 +152,7 @@ struct gdma_general_req {
#define GDMA_MESSAGE_V1 1
#define GDMA_MESSAGE_V2 2
#define GDMA_MESSAGE_V3 3
+#define GDMA_MESSAGE_V4 4
struct gdma_general_resp {
struct gdma_resp_hdr hdr;