Searched defs:ib_qp_init_attr (Results 1 – 1 of 1) sorted by relevance
818 struct ib_qp_init_attr { struct819 void (*event_handler)(struct ib_event *, void *);820 void *qp_context;821 struct ib_cq *send_cq;822 struct ib_cq *recv_cq;823 struct ib_srq *srq;824 struct ib_xrcd *xrcd; /* XRC TGT QPs only */825 struct ib_qp_cap cap;826 enum ib_sig_type sq_sig_type;827 enum ib_qp_type qp_type;[all …]