Lines Matching +full:- +full:only

1 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_QUERY_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_qp \- get the attributes of a queue pair (QP)
33 enum ibv_qp_state cur_qp_state; /* Current QP state - irrelevant for ibv_query_qp */
34 enum ibv_mtu path_mtu; /* Path MTU (valid only for RC/UC QPs) */
36 uint32_t qkey; /* Q_Key of the QP (valid only for UD QPs) */
37 uint32_t rq_psn; /* PSN for receive queue (valid only for RC/UC QPs) */
38 uint32_t sq_psn; /* PSN for send queue (valid only for RC/UC QPs) */
39 uint32_t dest_qp_num; /* Destination QP number (valid only for RC/UC QPs) */
40 … qp_access_flags; /* Mask of enabled remote access operations (valid only for RC/UC QPs) */
42 struct ibv_ah_attr ah_attr; /* Primary path address vector (valid only for RC/UC Q…
43 struct ibv_ah_attr alt_ah_attr; /* Alternate path address vector (valid only for RC/UC…
46 uint8_t en_sqd_async_notify; /* Enable SQD.drained async notification - irrelevant …
47 uint8_t sq_draining; /* Is the QP draining? (Valid only if qp_state is SQD)…
48 …mber of outstanding RDMA reads & atomic operations on the destination QP (valid only for RC QPs) */
49 …responder resources for handling incoming RDMA reads & atomic operations (valid only for RC QPs) */
50 uint8_t min_rnr_timer; /* Minimum RNR NAK timer (valid only for RC QPs) */
52 uint8_t timeout; /* Local ack timeout for primary path (valid only for …
53 uint8_t retry_cnt; /* Retry count (valid only for RC QPs) */
54 uint8_t rnr_retry; /* RNR retry (valid only for RC QPs) */
56 uint8_t alt_timeout; /* Local ack timeout for alternate path (valid only fo…