pd.h (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) pd.h (21a428a019c9a6d133e745b529b9bf18c1187e70)
1#ifndef DEF_RDMAVTPD_H
2#define DEF_RDMAVTPD_H
3
4/*
5 * Copyright(c) 2016 Intel Corporation.
6 *
7 * This file is provided under a dual BSD/GPLv2 license. When using or
8 * redistributing this file, you may do so under either license.

--- 36 unchanged lines hidden (view full) ---

45 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
47 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48 *
49 */
50
51#include <rdma/rdma_vt.h>
52
1#ifndef DEF_RDMAVTPD_H
2#define DEF_RDMAVTPD_H
3
4/*
5 * Copyright(c) 2016 Intel Corporation.
6 *
7 * This file is provided under a dual BSD/GPLv2 license. When using or
8 * redistributing this file, you may do so under either license.

--- 36 unchanged lines hidden (view full) ---

45 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
47 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48 *
49 */
50
51#include <rdma/rdma_vt.h>
52
53struct ib_pd *rvt_alloc_pd(struct ib_device *ibdev,
54 struct ib_ucontext *context,
55 struct ib_udata *udata);
56int rvt_dealloc_pd(struct ib_pd *ibpd);
53int rvt_alloc_pd(struct ib_pd *pd, struct ib_ucontext *context,
54 struct ib_udata *udata);
55void rvt_dealloc_pd(struct ib_pd *ibpd);
57
58#endif /* DEF_RDMAVTPD_H */
56
57#endif /* DEF_RDMAVTPD_H */