Searched defs:ib_qp_init_attr (Results 1 – 1 of 1) sorted by relevance
1188 struct ib_qp_init_attr { struct1190 void (*event_handler)(struct ib_event *, void *);1192 void *qp_context;1193 struct ib_cq *send_cq;1194 struct ib_cq *recv_cq;1195 struct ib_srq *srq;1196 struct ib_xrcd *xrcd; /* XRC TGT QPs only */1197 struct ib_qp_cap cap;1198 enum ib_sig_type sq_sig_type;1199 enum ib_qp_type qp_type;[all …]