aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mlx5_ib.h
diff options
context:
space:
mode:
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>2015-07-30 17:22:19 -0600
committerDoug Ledford <dledford@redhat.com>2015-08-30 18:12:34 -0400
commitb37c788f595cd578524fb8f50d3bd2fff8b62bc3 (patch)
treec0634e0bffcd9ccc3bcc21880ade95b6f5f5e015 /drivers/infiniband/hw/mlx5/mlx5_ib.h
parentIB/mlx4: Remove ib_get_dma_mr calls (diff)
downloadlinux-dev-b37c788f595cd578524fb8f50d3bd2fff8b62bc3.tar.xz
linux-dev-b37c788f595cd578524fb8f50d3bd2fff8b62bc3.zip
IB/mlx5: Remove ib_get_dma_mr calls
The pd now has a local_dma_lkey member which completely replaces ib_get_dma_mr, use it instead. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/mlx5_ib.h')
-rw-r--r--drivers/infiniband/hw/mlx5/mlx5_ib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/mlx5_ib.h b/drivers/infiniband/hw/mlx5/mlx5_ib.h
index 62b06ae2c87d..a5fa0b9c7580 100644
--- a/drivers/infiniband/hw/mlx5/mlx5_ib.h
+++ b/drivers/infiniband/hw/mlx5/mlx5_ib.h
@@ -349,7 +349,6 @@ struct umr_common {
struct ib_pd *pd;
struct ib_cq *cq;
struct ib_qp *qp;
- struct ib_mr *mr;
/* control access to UMR QP
*/
struct semaphore sem;