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_QUERY_DEVICE_EX 3 2014-12-17 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_device_ex \- query an RDMA device's attributes
27 struct ibv_odp_caps odp_caps; /* On-Demand Paging capabilities */
33 uint32_t max_wq_type_rq; /* Max Work Queue from type RQ */
53 IBV_ODP_SUPPORT_SEND = 1 << 0, /* Send operations support on-demand paging */
54 IBV_ODP_SUPPORT_RECV = 1 << 1, /* Receive operations support on-demand paging */
55 IBV_ODP_SUPPORT_WRITE = 1 << 2, /* RDMA-Write operations support on-demand paging */
56 IBV_ODP_SUPPORT_READ = 1 << 3, /* RDMA-Read operations support on-demand paging */
57 IBV_ODP_SUPPORT_ATOMIC = 1 << 4, /* RDMA-Atomic operations support on-demand paging */
67 uint32_t max_rwq_indirection_tables; /* Max receive work queue indirection tables */
68 … uint32_t max_rwq_indirection_table_size; /* Max receive work queue indirection table size */
90 returns 0 on success, or the value of errno on failure (which indicates the failure reason).