Lines Matching full:valid
34 enum ibv_mtu path_mtu; /* Path MTU (valid only for RC/UC QPs) */
35 enum ibv_mig_state path_mig_state; /* Path migration state (valid if HCA supports APM) */
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 int qp_access_flags; /* Mask of enabled remote access operations (valid onl…
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…
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…
77 Attribute values are valid if they have been set using
79 The exact list of valid attributes depends on the QP state.