Searched defs:ib_qp_init_attr (Results 1 – 1 of 1) sorted by relevance
701 struct ib_qp_init_attr { struct702 void (*event_handler)(struct ib_event *, void *);703 void *qp_context;704 struct ib_cq *send_cq;705 struct ib_cq *recv_cq;706 struct ib_srq *srq;707 struct ib_xrcd *xrcd; /* XRC TGT QPs only */708 struct ib_qp_cap cap;709 union {712 } pp;[all …]