Searched refs:orig_vdev (Results 1 – 1 of 1) sorted by relevance
1188 unsigned int orig_vdev, pfunc_mask; in libxl__device_pci_add() local1245 orig_vdev = pcidev->vdevfn & ~7U; in libxl__device_pci_add()1267 pcidev->vdevfn = orig_vdev | i; in libxl__device_pci_add()1273 pcidev->vdevfn = orig_vdev; in libxl__device_pci_add()1486 unsigned int orig_vdev, pfunc_mask; in libxl__device_pci_remove_common() local1489 orig_vdev = pcidev->vdevfn & ~7U; in libxl__device_pci_remove_common()1505 pcidev->vdevfn = orig_vdev | i; in libxl__device_pci_remove_common()1507 pcidev->vdevfn = orig_vdev; in libxl__device_pci_remove_common()
Completed in 5 milliseconds