Searched defs:rte_bus (Results 1 – 1 of 1) sorted by relevance
252 struct rte_bus { struct255 rte_bus_scan_t scan; /**< Scan for devices attached to bus */ argument256 rte_bus_probe_t probe; /**< Probe devices on bus */ argument257 rte_bus_find_device_t find_device; /**< Find a device on the bus */ argument258 rte_bus_plug_t plug; /**< Probe single device for drivers */ argument260 rte_bus_parse_t parse; /**< Parse a device name */ argument263 struct rte_bus_conf conf; /**< Bus configuration */ argument264 rte_bus_get_iommu_class_t get_iommu_class; /**< Get iommu class */ argument266 rte_bus_hot_unplug_handler_t hot_unplug_handler; argument268 rte_bus_sigbus_handler_t sigbus_handler; argument[all …]