OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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);
755
vd += vq->
vq_maxnsegs
* i;
756
for (j = 0; j < vq->
vq_maxnsegs
- 1; j++) {
870
vq->
vq_maxnsegs
= maxnsegs;
1098
(nsegs <= vq->
vq_maxnsegs
))
1109
* vq->
vq_maxnsegs
* slot;
1115
vd = &vq->vq_indirect[vq->
vq_maxnsegs
* slot];
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025