Searched defs:ibv_qp_1_0 (Results 1 – 1 of 1) sorted by relevance
116 struct ibv_qp_1_0 { struct117 struct ibv_context_1_0 *context;118 void *qp_context;119 struct ibv_pd_1_0 *pd;120 struct ibv_cq_1_0 *send_cq;121 struct ibv_cq_1_0 *recv_cq;122 struct ibv_srq_1_0 *srq;123 uint32_t handle;124 uint32_t qp_num;125 enum ibv_qp_state state;[all …]