Lines Matching defs:ibv_qp_init_attr_ex
808 struct ibv_qp_init_attr_ex { struct
809 void *qp_context;
810 struct ibv_cq *send_cq;
811 struct ibv_cq *recv_cq;
812 struct ibv_srq *srq;
813 struct ibv_qp_cap cap;
814 enum ibv_qp_type qp_type;
815 int sq_sig_all;
817 uint32_t comp_mask;
818 struct ibv_pd *pd;
819 struct ibv_xrcd *xrcd;
820 uint32_t create_flags;
821 uint16_t max_tso_header;
822 struct ibv_rwq_ind_table *rwq_ind_tbl;
823 struct ibv_rx_hash_conf rx_hash_conf;