hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 */