Home
last modified time | relevance | path

Searched defs:ib_qp_init_attr (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h63638 struct ib_qp_init_attr { struct
63639 void (*event_handler)(struct ib_event *, void *);
63640 void *qp_context;
63641 struct ib_cq *send_cq;
63642 struct ib_cq *recv_cq;
63643 struct ib_srq *srq;
63644 struct ib_xrcd *xrcd;
63645 struct ib_qp_cap cap;
63646 enum ib_sig_type sq_sig_type;
63647 enum ib_qp_type qp_type;
[all …]