Searched defs:ibv_qp_init_attr_ex (Results 1 – 1 of 1) sorted by relevance
810 struct ibv_qp_init_attr_ex { struct811 void *qp_context;812 struct ibv_cq *send_cq;813 struct ibv_cq *recv_cq;814 struct ibv_srq *srq;815 struct ibv_qp_cap cap;816 enum ibv_qp_type qp_type;817 int sq_sig_all;819 uint32_t comp_mask;820 struct ibv_pd *pd;[all …]