aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/qed
diff options
context:
space:
mode:
authorMichal Kalderon <michal.kalderon@marvell.com>2019-07-09 17:17:33 +0300
committerJason Gunthorpe <jgg@mellanox.com>2019-07-25 15:03:26 -0300
commit0058eb589881056b49a4ba15dfa3f1b8db53991c (patch)
tree15a9168fd8ec849008071463e522cce434f91255 /include/linux/qed
parentIB/mlx5: Add CREATE_PSV/DESTROY_PSV for devx interface (diff)
downloadwireguard-linux-0058eb589881056b49a4ba15dfa3f1b8db53991c.tar.xz
wireguard-linux-0058eb589881056b49a4ba15dfa3f1b8db53991c.zip
qed*: Change dpi_addr to be denoted with __iomem
Several casts were required around dpi_addr parameter in qed_rdma_if.h This is an address on the doorbell bar and should therefore be marked with __iomem. Link: https://lore.kernel.org/r/20190709141735.19193-5-michal.kalderon@marvell.com Reported-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Ariel Elior <ariel.elior@marvell.com> Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/linux/qed')
-rw-r--r--include/linux/qed/qed_rdma_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/qed/qed_rdma_if.h b/include/linux/qed/qed_rdma_if.h
index 898f595ea3d6..74efca15fde7 100644
--- a/include/linux/qed/qed_rdma_if.h
+++ b/include/linux/qed/qed_rdma_if.h
@@ -225,7 +225,7 @@ struct qed_rdma_start_in_params {
struct qed_rdma_add_user_out_params {
u16 dpi;
- u64 dpi_addr;
+ void __iomem *dpi_addr;
u64 dpi_phys_addr;
u32 dpi_size;
u16 wid_count;