Home
last modified time | relevance | path

Searched refs:vcap (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/pci/
Dvirtio_pci.c379 struct virtio_pci_cap vcap; in virtio_pci_dump_caps() member
390 __func__, offset, v.vcap.cap_len, v.vcap.cfg_type, v.vcap.bar, in virtio_pci_dump_caps()
391 v.vcap.offset, v.vcap.length); in virtio_pci_dump_caps()
392 offset = v.vcap.cap_next; in virtio_pci_dump_caps()
405 struct virtio_pci_cap vcap; in virtio_pci_find_cap() member
417 if (v->vcap.cfg_type == cfg_type) in virtio_pci_find_cap()
419 offset = v->vcap.cap_next; in virtio_pci_find_cap()
425 if (v->vcap.cap_len > sizeof(struct virtio_pci_cap)) { in virtio_pci_find_cap()
426 len = roundup(v->vcap.cap_len, sizeof(pcireg_t)); in virtio_pci_find_cap()