Searched defs:ib_qp_init_attr (Results 1 – 1 of 1) sorted by relevance
882 struct ib_qp_init_attr { struct883 void (*event_handler)(struct ib_event *, void *);884 void *qp_context;885 struct ib_cq *send_cq;886 struct ib_cq *recv_cq;887 struct ib_srq *srq;888 struct ib_xrcd *xrcd; /* XRC TGT QPs only */889 struct ib_qp_cap cap;890 enum ib_sig_type sq_sig_type;891 enum ib_qp_type qp_type;[all …]