Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/9/pc/
H A Dsdvirtio.c19 typedef struct Vqueue Vqueue; typedef
84 struct Vqueue struct
88 Vdev *dev;
89 int idx;
91 int size;
93 int free;
94 int nfree;
96 Vdesc *desc;
120 Vqueue *queue[16]; argument
H A Dethervirtio.c19 typedef struct Vqueue Vqueue; typedef
120 struct Vqueue struct
124 uint qsize;
125 uint qmask;
127 Vdesc *desc;
129 Vring *avail;
130 u16int *availent;
131 u16int *availevent;
133 Vring *used;
134 Vused *usedent;
[all …]
H A Dsdvirtio10.c34 typedef struct Vqueue Vqueue; typedef
134 struct Vqueue struct
138 Vdev *dev;
139 void *notify;
140 int idx;
142 int size;
144 int free;
145 int nfree;
147 Vdesc *desc;
171 Vqueue *queue[16]; argument
H A Dethervirtio10.c33 typedef struct Vqueue Vqueue; typedef
153 struct Vqueue struct
157 uint qsize;
158 uint qmask;
160 Vdesc *desc;
162 Vring *avail;
163 u16int *availent;
164 u16int *availevent;
166 Vring *used;
167 Vused *usedent;
[all …]
/plan9-contrib/sys/src/9k/386/
H A Dsdvirtio.c19 typedef struct Vqueue Vqueue; typedef
84 struct Vqueue struct
88 Vdev *dev;
89 int idx;
91 int size;
93 int free;
94 int nfree;
96 Vdesc *desc;
121 Vqueue *queue[16]; argument
H A Dethervirtio.c19 typedef struct Vqueue Vqueue; typedef
120 struct Vqueue struct
124 uint qsize;
125 uint qmask;
127 Vdesc *desc;
129 Vring *avail;
130 u16int *availent;
131 u16int *availevent;
133 Vring *used;
134 Vused *usedent;
[all …]
H A Dsdvirtio10.c34 typedef struct Vqueue Vqueue; typedef
134 struct Vqueue struct
138 Vdev *dev;
139 void *notify;
140 int idx;
142 int size;
144 int free;
145 int nfree;
147 Vdesc *desc;
172 Vqueue *queue[16]; argument
H A Dethervirtio10.c33 typedef struct Vqueue Vqueue; typedef
153 struct Vqueue struct
157 uint qsize;
158 uint qmask;
160 Vdesc *desc;
162 Vring *avail;
163 u16int *availent;
164 u16int *availevent;
166 Vring *used;
167 Vused *usedent;
[all …]