OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vq_maxnsegs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
virtiovar.h
96
int
vq_maxnsegs
;
member in struct:virtqueue
virtio.c
594
sizeof(struct vring_desc) * vq->
vq_maxnsegs
* slot;
597
offset, sizeof(struct vring_desc) * vq->
vq_maxnsegs
, ops);
761
vd += vq->
vq_maxnsegs
* i;
762
for (j = 0; j < vq->
vq_maxnsegs
- 1; j++) {
876
vq->
vq_maxnsegs
= maxnsegs;
1104
(nsegs <= vq->
vq_maxnsegs
))
1115
* vq->
vq_maxnsegs
* slot;
1121
vd = &vq->vq_indirect[vq->
vq_maxnsegs
* slot];
Completed in 15 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026