diff options
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | 2015-07-31 02:22:19 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-31 01:12:34 +0300 |
commit | b37c788f595cd578524fb8f50d3bd2fff8b62bc3 (patch) | |
tree | c0634e0bffcd9ccc3bcc21880ade95b6f5f5e015 /drivers/infiniband/hw/mlx5/mlx5_ib.h | |
parent | 7dd975762825e4c2b95df5e24759a9d6ad915c79 (diff) | |
download | linux-b37c788f595cd578524fb8f50d3bd2fff8b62bc3.tar.xz |
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.h | 1 |
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; |