.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "IB_CREATE_FMR_POOL" "9" "09 October 2005" "" ""
.SH NAME
ib_create_fmr_pool \- Create an FMR pool
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct ib_fmr_pool * ib_create_fmr_pool (struct ib_pd * \fIpd\fB, struct ib_fmr_pool_param * \fIparams\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpd\fB\fR
Protection domain for FMRs
.TP
\fB\fIparams\fB\fR
FMR pool parameters
.SH "DESCRIPTION"
.PP
Create a pool of FMRs. Return value is pointer to new pool or
error code if creation failed.