Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dxen-pcifront.c41 struct list_head root_buses; member
491 list_add(&bus_entry->list, &pdev->root_buses); in pcifront_scan_root()
559 list_for_each_entry_safe(bus_entry, t, &pdev->root_buses, list) { in pcifront_free_roots()
708 INIT_LIST_HEAD(&pdev->root_buses); in alloc_pdev()