summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/ehca/ehca_mrmw.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-12-23 19:12:47 +0100
committerDoug Ledford <dledford@redhat.com>2015-12-23 14:29:04 -0500
commitb7d3e0a94fe128912bbebf0ae68551c85fd2d429 (patch)
treebe9869f2a1d4a02a2806118d9ec79beacc7e6af1 /drivers/staging/rdma/ehca/ehca_mrmw.h
parenta4d825a01e51b9c74d5a64237dd8b901822cf035 (diff)
downloadlinux-stable-b7d3e0a94fe128912bbebf0ae68551c85fd2d429.tar.gz
linux-stable-b7d3e0a94fe128912bbebf0ae68551c85fd2d429.tar.bz2
linux-stable-b7d3e0a94fe128912bbebf0ae68551c85fd2d429.zip
IB: remove support for phys MRs
We have stopped using phys MRs in the kernel a while ago, so let's remove all the cruft used to implement them. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> [core] Reviewed-By: Devesh Sharma<devesh.sharma@avagotech.com> [ocrdma] Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/ehca/ehca_mrmw.h')
-rw-r--r--drivers/staging/rdma/ehca/ehca_mrmw.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rdma/ehca/ehca_mrmw.h b/drivers/staging/rdma/ehca/ehca_mrmw.h
index 50d8b51306dd..52bfa95697f7 100644
--- a/drivers/staging/rdma/ehca/ehca_mrmw.h
+++ b/drivers/staging/rdma/ehca/ehca_mrmw.h
@@ -98,11 +98,6 @@ int ehca_reg_maxmr(struct ehca_shca *shca,
int ehca_dereg_internal_maxmr(struct ehca_shca *shca);
-int ehca_mr_chk_buf_and_calc_size(struct ib_phys_buf *phys_buf_array,
- int num_phys_buf,
- u64 *iova_start,
- u64 *size);
-
int ehca_fmr_check_page_list(struct ehca_mr *e_fmr,
u64 *page_list,
int list_len);