Lines Matching +full:per +full:- +full:context
1 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_QUERY_DEVICE 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_device \- query an RDMA device's attributes
11 .BI "int ibv_query_device(struct ibv_context " "*context",
16 returns the attributes of the device with context
17 .I context\fR.
30 uint32_t vendor_id; /* Vendor ID, per IEEE */
36 int max_sge; /* Maximum number of s/g per WR for SQ & RQ of QP f…
37 int max_sge_rd; /* Maximum number of s/g per WR for RDMA Read opera…
39 int max_cqe; /* Maximum number of CQE capacity per CQ */
42 …_atom; /* Maximum number of RDMA Read & Atomic operations that can be outstanding per QP */
43 …atom; /* Maximum number of RDMA Read & Atomic operations that can be outstanding per EEC */
45 int max_qp_init_rd_atom; /* Maximum depth per QP for initiation of RDMA Read…
46 int max_ee_init_rd_atom; /* Maximum depth per EEC for initiation of RDMA Rea…
54 int max_mcast_qp_attach; /* Maximum number of QPs per multicast group which …
58 int max_map_per_fmr; /* Maximum number of (re)maps per FMR before an unm…
60 int max_srq_wr; /* Maximum number of WRs per SRQ */
61 int max_srq_sge; /* Maximum number of s/g per SRQ */