aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 7a99f1125d24..4bea182d7116 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -733,11 +733,6 @@ struct ib_udata {
733 size_t outlen; 733 size_t outlen;
734}; 734};
735 735
736#define IB_UMEM_MAX_PAGE_CHUNK \
737 ((PAGE_SIZE - offsetof(struct ib_umem_chunk, page_list)) / \
738 ((void *) &((struct ib_umem_chunk *) 0)->page_list[1] - \
739 (void *) &((struct ib_umem_chunk *) 0)->page_list[0]))
740
741struct ib_pd { 736struct ib_pd {
742 struct ib_device *device; 737 struct ib_device *device;
743 struct ib_uobject *uobject; 738 struct ib_uobject *uobject;