Searched refs:vcap (Results 1 – 1 of 1) sorted by relevance
379 struct virtio_pci_cap vcap; in virtio_pci_dump_caps() member390 __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() member417 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()