Lines Matching +full:max +full:- +full:reason
1 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_CREATE_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_qp, ibv_destroy_qp \- create or destroy a queue pair (QP)
40 uint32_t max_send_wr; /* Requested max number of outstanding WRs in the SQ */
41 uint32_t max_recv_wr; /* Requested max number of outstanding WRs in the RQ */
42 uint32_t max_send_sge; /* Requested max number of scatter/gather (s/g) elements in…
43 uint32_t max_recv_sge; /* Requested max number of s/g elements in a WR in the SQ */
44 uint32_t max_inline_data;/* Requested max number of data (bytes) that can be posted …
52 .I qp_init_attr\fB\fR->cap
53 struct with the actual \s-1QP\s0 values of the QP that was created;
65 returns 0 on success, or the value of errno on failure (which indicates the failure reason).