Lines Matching defs:vcap
379 struct virtio_pci_cap vcap;
390 __func__, offset, v.vcap.cap_len, v.vcap.cfg_type, v.vcap.bar,
391 v.vcap.offset, v.vcap.length);
392 offset = v.vcap.cap_next;
405 struct virtio_pci_cap vcap;
417 if (v->vcap.cfg_type == cfg_type)
419 offset = v->vcap.cap_next;
425 if (v->vcap.cap_len > sizeof(struct virtio_pci_cap)) {
426 len = roundup(v->vcap.cap_len, sizeof(pcireg_t));