Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
0002 /*
0003  * Copyright(c) 2016 Intel Corporation.
0004  */
0005 
0006 #ifndef DEF_RDMAVTPD_H
0007 #define DEF_RDMAVTPD_H
0008 
0009 #include <rdma/rdma_vt.h>
0010 
0011 int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
0012 int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
0013 
0014 #endif          /* DEF_RDMAVTPD_H */