Searched refs:vdevfn (Results 1 – 6 of 6) sorted by relevance
48 pcidev->vdevfn = vdevfn; in pcidev_struct_fill()60 if (pcidev->vdevfn) in libxl_create_pci_backend_device()987 char *state, *vdevfn; in qemu_pci_add_xenstore() local994 if (pcidev->vdevfn) { in qemu_pci_add_xenstore()1013 else if ( sscanf(vdevfn, "0x%x", &pcidev->vdevfn) != 1 ) { in qemu_pci_add_xenstore()1167 if (pcidev->vdevfn) { in pci_add_qmp_device_add()1671 orig_vdev = pcidev->vdevfn & ~7U; in device_pci_add_stubdom_done()1674 if ( !(pcidev->vdevfn >> 3) ) { in device_pci_add_stubdom_done()1699 pcidev->vdevfn = orig_vdev; in device_pci_add_stubdom_done()2173 if ( (pcidev->vdevfn & 0x7) == 0 ) { in pci_remove_detatched()[all …]
27 unsigned int func, unsigned int vdevfn) in pcidev_struct_fill() argument33 pcidev->vdevfn = vdevfn; in pcidev_struct_fill()
777 ("vdevfn", uint32),
36 (pcidevs[i].vdevfn >> 3) & 0x1f, pcidevs[i].vdevfn & 0x7, in pcilist()
199 d_config->pcidevs[i].vdevfn); in printf_info_sexp()
2024 x.Vdevfn = uint32(xc.vdevfn)2043 xc.vdevfn = C.uint32_t(x.Vdevfn)
Completed in 16 milliseconds