Searched defs:rte_pci_bus (Results 1 – 2 of 2) sorted by relevance
181 struct rte_pci_bus { struct182 struct rte_bus bus; /**< Inherit the generic class */183 struct rte_pci_device_list device_list; /**< List of PCI devices */184 struct rte_pci_driver_list driver_list; /**< List of PCI drivers */
749 struct rte_pci_bus rte_pci_bus = { variable