2021-08-23 02:35:30 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
|
2016-01-06 17:51:48 +00:00
|
|
|
/*
|
2016-01-22 21:04:58 +00:00
|
|
|
* Copyright(c) 2016 Intel Corporation.
|
2016-01-06 17:51:48 +00:00
|
|
|
*/
|
|
|
|
|
2021-08-23 02:35:30 +00:00
|
|
|
#ifndef DEF_RDMAVTPD_H
|
|
|
|
#define DEF_RDMAVTPD_H
|
|
|
|
|
2016-01-06 17:51:48 +00:00
|
|
|
#include <rdma/rdma_vt.h>
|
|
|
|
|
2019-03-31 16:10:07 +00:00
|
|
|
int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
|
2020-09-07 12:09:13 +00:00
|
|
|
int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
|
2016-01-06 17:51:48 +00:00
|
|
|
|
|
|
|
#endif /* DEF_RDMAVTPD_H */
|