Searched defs:ib_qp_init_attr (Results 1 – 1 of 1) sorted by relevance
1043 struct ib_qp_init_attr { struct1044 void (*event_handler)(struct ib_event *, void *);1045 void *qp_context;1046 struct ib_cq *send_cq;1047 struct ib_cq *recv_cq;1048 struct ib_srq *srq;1049 struct ib_xrcd *xrcd; /* XRC TGT QPs only */1050 struct ib_qp_cap cap;1051 enum ib_sig_type sq_sig_type;1052 enum ib_qp_type qp_type;[all …]