Lines Matching refs:e
157 struct pci_dev_entry *e; in __xen_pcibk_release_pci_dev() local
159 list_for_each_entry(e, &vpci_dev->dev_list[slot], list) { in __xen_pcibk_release_pci_dev()
160 if (e->dev == dev) { in __xen_pcibk_release_pci_dev()
161 list_del(&e->list); in __xen_pcibk_release_pci_dev()
162 found_dev = e->dev; in __xen_pcibk_release_pci_dev()
163 kfree(e); in __xen_pcibk_release_pci_dev()
213 struct pci_dev_entry *e, *tmp; in __xen_pcibk_release_devices() local
214 list_for_each_entry_safe(e, tmp, &vpci_dev->dev_list[slot], in __xen_pcibk_release_devices()
216 struct pci_dev *dev = e->dev; in __xen_pcibk_release_devices()
217 list_del(&e->list); in __xen_pcibk_release_devices()
221 kfree(e); in __xen_pcibk_release_devices()