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_EX 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_qp_ex, ibv_destroy_qp \- create or destroy a queue pair (QP)
47 uint32_t max_send_wr; /* Requested max number of outstanding WRs in the SQ */
48 uint32_t max_recv_wr; /* Requested max number of outstanding WRs in the RQ */
49 uint32_t max_send_sge; /* Requested max number of scatter/gather (s/g) elements in…
50 uint32_t max_recv_sge; /* Requested max number of s/g elements in a WR in the SQ */
51 uint32_t max_inline_data;/* Requested max number of data (bytes) that can be posted …
76 .I qp_init_attr_ex\fB\fR->cap
77 struct with the actual \s-1QP\s0 values of the QP that was created;
89 returns 0 on success, or the value of errno on failure (which indicates the failure reason).