summaryrefslogtreecommitdiff
path: root/include/net/mana
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-30 14:23:48 +0100
committerMark Brown <broonie@kernel.org>2026-07-30 14:23:48 +0100
commit3561235ef96115700a7c93ed4595473211db49ae (patch)
treebd772b875cc47d8b8524f5637848aa477059a619 /include/net/mana
parent5298d5f8ce732fa0398312840bfdc8a21d3a3515 (diff)
parent229b42d7450c1cf96f45ec39ebb69211b06bc036 (diff)
downloadlinux-next-3561235ef96115700a7c93ed4595473211db49ae.tar.gz
linux-next-3561235ef96115700a7c93ed4595473211db49ae.zip
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
# Conflicts: # drivers/infiniband/hw/irdma/verbs.c
Diffstat (limited to 'include/net/mana')
-rw-r--r--include/net/mana/gdma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/mana/gdma.h b/include/net/mana/gdma.h
index 0c395917b214..de17c9bba04b 100644
--- a/include/net/mana/gdma.h
+++ b/include/net/mana/gdma.h
@@ -867,8 +867,8 @@ struct gdma_destroy_dma_region_req {
}; /* HW DATA */
enum gdma_pd_flags {
- GDMA_PD_FLAG_INVALID = 0,
- GDMA_PD_FLAG_ALLOW_GPA_MR = 1,
+ GDMA_PD_FLAG_ALLOW_GPA_MR = BIT(0),
+ GDMA_PD_FLAG_SHORT_PDN = BIT(2),
};
struct gdma_create_pd_req {
@@ -889,7 +889,7 @@ struct gdma_destroy_pd_req {
u64 pd_handle;
};/* HW DATA */
-struct gdma_destory_pd_resp {
+struct gdma_destroy_pd_resp {
struct gdma_resp_hdr hdr;
};/* HW DATA */