OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
160
#define
VRING_DESC_F_NEXT
1
virtio.c
989
vd->flags = virtio_rw16(sc,
VRING_DESC_F_NEXT
);
1022
while ((vd->flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) != 0) {
1100
KASSERT((vd->flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) == 0);
1126
vd[i].flags = virtio_rw16(sc,
VRING_DESC_F_NEXT
);
1139
vd->flags = virtio_rw16(sc,
VRING_DESC_F_NEXT
);
1177
if ((vds[s].flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) == 0) {
1213
if ((vds[s].flags & virtio_rw16(sc,
VRING_DESC_F_NEXT
)) == 0) {
Completed in 15 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026