Lines Matching full:valid
29 enum ibv_mtu path_mtu; /* Path MTU (valid only for RC/UC QPs) */
30 enum ibv_mig_state path_mig_state; /* Path migration state (valid if HCA supports APM)…
31 uint32_t qkey; /* Q_Key for the QP (valid only for UD QPs) */
32 uint32_t rq_psn; /* PSN for receive queue (valid only for RC/UC QPs)…
33 uint32_t sq_psn; /* PSN for send queue (valid only for RC/UC QPs) */
34 uint32_t dest_qp_num; /* Destination QP number (valid only for RC/UC QPs)…
35 int qp_access_flags; /* Mask of enabled remote access operations (valid …
36 struct ibv_qp_cap cap; /* QP capabilities (valid if HCA supports QP resizi…
37 struct ibv_ah_attr ah_attr; /* Primary path address vector (valid only for RC/U…
38 struct ibv_ah_attr alt_ah_attr; /* Alternate path address vector (valid only for RC…
41 uint8_t en_sqd_async_notify; /* Enable SQD.drained async notification (Valid onl…
43 …mber of outstanding RDMA reads & atomic operations on the destination QP (valid only for RC QPs) */
44 …responder resources for handling incoming RDMA reads & atomic operations (valid only for RC QPs) */
45 uint8_t min_rnr_timer; /* Minimum RNR NAK timer (valid only for RC QPs) */
47 uint8_t timeout; /* Local ack timeout for primary path (valid only f…
48 uint8_t retry_cnt; /* Retry count (valid only for RC QPs) */
49 uint8_t rnr_retry; /* RNR retry (valid only for RC QPs) */
51 uint8_t alt_timeout; /* Local ack timeout for alternate path (valid only…