.\" Automatically generated by Pandoc 3.10.2 .\" .TH "manadv_alloc_pd" "3" "" "" .SH NAME manadv_alloc_pd \- Create a MANA specific PD for the RDMA device context. .SH SYNOPSIS\(rq .IP .EX #include \f[B]\f[R] \f[B]struct\f[R] ibv_pd *manadv_alloc_pd(\f[B]struct\f[R] ibv_context *context, uint32_t flags); .EE .SH DESCRIPTION \f[B]manadv_alloc_pd()\f[R] allocates a PD for the RDMA device context with additional creation flags. .SH ARGUMENTS .TP \f[I]context\f[R] RDMA device context to work on. .TP \f[I]flags\f[R] A bitwise OR of the various values described below. .RS MANADV_PD_FLAGS_SHORT_PDN: allocates a PD with 16 bit PDN. .RE .SH RETURN VALUE returns a pointer to the allocated PD, or NULL if the request fails. .SH AUTHORS Konstantin Taranov \c .MT kotaranov@microsoft.com .ME \c