Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h50049 struct virtqueue { struct
50051 void (*callback)(struct virtqueue *); argument
50052 const char *name;
50053 struct virtio_device *vdev;
50054 unsigned int index;
50055 unsigned int num_free;
50056 unsigned int num_max;
50057 bool reset;
50058 void *priv;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h59806 struct virtqueue { struct
59808 void (*callback)(struct virtqueue *); argument
59809 const char *name;
59810 struct virtio_device *vdev;
59811 unsigned int index;
59812 unsigned int num_free;
59813 unsigned int num_max;
59814 bool reset;
59815 void *priv;