Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h142277 struct ib_qp_init_attr { struct
142278 void (*event_handler)(struct ib_event *, void *);
142279 void *qp_context;
142280 struct ib_cq *send_cq;
142281 struct ib_cq *recv_cq;
142282 struct ib_srq *srq;
142283 struct ib_xrcd *xrcd;
142284 struct ib_qp_cap cap;
142285 enum ib_sig_type sq_sig_type;
142286 enum ib_qp_type qp_type;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h149927 struct ib_qp_init_attr { struct
149928 void (*event_handler)(struct ib_event *, void *);
149929 void *qp_context;
149930 struct ib_cq *send_cq;
149931 struct ib_cq *recv_cq;
149932 struct ib_srq *srq;
149933 struct ib_xrcd *xrcd;
149934 struct ib_qp_cap cap;
149935 enum ib_sig_type sq_sig_type;
149936 enum ib_qp_type qp_type;
[all …]