Home
last modified time | relevance | path

Searched defs:rte_pci_bus (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/bus/pci/
H A Drte_bus_pci.h181 struct rte_pci_bus { struct
182 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 */
H A Dpci_common.c749 struct rte_pci_bus rte_pci_bus = { variable