Home
last modified time | relevance | path

Searched refs:manage_pci (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/xen/
Dpci.c58 struct physdev_manage_pci manage_pci = { in xen_add_device() local
64 &manage_pci); in xen_add_device()
74 struct physdev_manage_pci manage_pci; in xen_remove_device() local
76 manage_pci.bus = pci_dev->bus->number; in xen_remove_device()
77 manage_pci.devfn = pci_dev->devfn; in xen_remove_device()
80 &manage_pci); in xen_remove_device()