Home
last modified time | relevance | path

Searched defs:ibv_qp_init_attr_ex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h808 struct ibv_qp_init_attr_ex { struct
809 void *qp_context;
810 struct ibv_cq *send_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;
[all …]