OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VRING_DESC_F_NEXT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
virtioreg.h
125
#define
VRING_DESC_F_NEXT
1
virtio.c
983
vd->flags = virtio_rw16(sc,
VRING_DESC_F_NEXT
);
1016
while ((vd->flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) != 0) {
1094
KASSERT((vd->flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) == 0);
1120
vd[i].flags = virtio_rw16(sc,
VRING_DESC_F_NEXT
);
1133
vd->flags = virtio_rw16(sc,
VRING_DESC_F_NEXT
);
1171
if ((vds[s].flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) == 0) {
1207
if ((vds[s].flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) == 0) {
Completed in 28 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025