forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/infiniband/sw/rdmavt/pd.h
....@@ -50,9 +50,7 @@
5050
5151 #include <rdma/rdma_vt.h>
5252
53
-struct ib_pd *rvt_alloc_pd(struct ib_device *ibdev,
54
- struct ib_ucontext *context,
55
- struct ib_udata *udata);
56
-int rvt_dealloc_pd(struct ib_pd *ibpd);
53
+int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
54
+int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
5755
5856 #endif /* DEF_RDMAVTPD_H */