Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h80525 struct ib_qp_init_attr { struct
80526 void (*event_handler)(struct ib_event *, void *);
80527 void *qp_context;
80528 struct ib_cq *send_cq;
80529 struct ib_cq *recv_cq;
80530 struct ib_srq *srq;
80531 struct ib_xrcd *xrcd;
80532 struct ib_qp_cap cap;
80533 enum ib_sig_type sq_sig_type;
80534 enum ib_qp_type qp_type;
[all …]