Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h141678 struct ib_cq { struct
141679 struct ib_device *device;
141680 struct ib_ucq_object *uobject;
141681 ib_comp_handler comp_handler;
141682 void (*event_handler)(struct ib_event *, void *);
141683 void *cq_context;
141684 int cqe;
141685 unsigned int cqe_used;
141686 atomic_t usecnt;
141687 enum ib_poll_context poll_ctx;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h149328 struct ib_cq { struct
149329 struct ib_device *device;
149330 struct ib_ucq_object *uobject;
149331 ib_comp_handler comp_handler;
149332 void (*event_handler)(struct ib_event *, void *);
149333 void *cq_context;
149334 int cqe;
149335 unsigned int cqe_used;
149336 atomic_t usecnt;
149337 enum ib_poll_context poll_ctx;
[all …]