Searched refs:vdevfn (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_pci.c | 47 pcidev->vdevfn = vdevfn; in pcidev_struct_fill() 56 if (pcidev->vdevfn) in libxl_create_pci_backend_device() 947 char *state, *vdevfn; in qemu_pci_add_xenstore() local 954 if (pcidev->vdevfn) { in qemu_pci_add_xenstore() 973 else if ( sscanf(vdevfn, "0x%x", &pcidev->vdevfn) != 1 ) { in qemu_pci_add_xenstore() 1245 orig_vdev = pcidev->vdevfn & ~7U; in libxl__device_pci_add() 1248 if ( !(pcidev->vdevfn >> 3) ) { in libxl__device_pci_add() 1273 pcidev->vdevfn = orig_vdev; in libxl__device_pci_add() 1458 if ( (pcidev->vdevfn & 0x7) == 0 ) { in do_pci_remove() 1489 orig_vdev = pcidev->vdevfn & ~7U; in libxl__device_pci_remove_common() [all …]
|
A D | libxlu_pci.c | 27 unsigned int func, unsigned int vdevfn) in pcidev_struct_fill() argument 33 pcidev->vdevfn = vdevfn; in pcidev_struct_fill()
|
A D | libxl_qmp.c | 799 pcidev->vdevfn = PCI_DEVFN(dev_slot, dev_func); in pci_add_callback() 866 if (pcidev->vdevfn) { in libxl__qmp_pci_add() 868 PCI_SLOT(pcidev->vdevfn), PCI_FUNC(pcidev->vdevfn)); in libxl__qmp_pci_add()
|
A D | libxl_types.idl | 728 ("vdevfn", uint32),
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_pci.c | 36 (pcidevs[i].vdevfn >> 3) & 0x1f, pcidevs[i].vdevfn & 0x7, in pcilist()
|
A D | xl_sxp.c | 197 d_config->pcidevs[i].vdevfn); in printf_info_sexp()
|
Completed in 11 milliseconds