OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vcap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
virtio_pci.c
575
struct virtio_pci_cap
vcap
;
member in union:virtio_pci_find_cap::__anon3d0508dd010a
589
if (v->
vcap
.cfg_type == cfg_type)
591
offset = v->
vcap
.cap_next;
597
if (v->
vcap
.cap_len > sizeof(struct virtio_pci_cap)) {
598
len = roundup(v->
vcap
.cap_len, sizeof(pcireg_t));
609
v->
vcap
.offset = le32toh(v->
vcap
.offset);
610
v->
vcap
.length = le32toh(v->
vcap
.length);
virtio_pci.c
575
struct virtio_pci_cap
vcap
;
member in union:virtio_pci_find_cap::__anon3d0508dd010a
589
if (v->
vcap
.cfg_type == cfg_type)
591
offset = v->
vcap
.cap_next;
597
if (v->
vcap
.cap_len > sizeof(struct virtio_pci_cap)) {
598
len = roundup(v->
vcap
.cap_len, sizeof(pcireg_t));
609
v->
vcap
.offset = le32toh(v->
vcap
.offset);
610
v->
vcap
.length = le32toh(v->
vcap
.length);
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025