Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bus.h252 struct rte_bus { struct
255 rte_bus_scan_t scan; /**< Scan for devices attached to bus */ argument
256 rte_bus_probe_t probe; /**< Probe devices on bus */ argument
257 rte_bus_find_device_t find_device; /**< Find a device on the bus */ argument
258 rte_bus_plug_t plug; /**< Probe single device for drivers */ argument
260 rte_bus_parse_t parse; /**< Parse a device name */ argument
263 struct rte_bus_conf conf; /**< Bus configuration */ argument
264 rte_bus_get_iommu_class_t get_iommu_class; /**< Get iommu class */ argument
266 rte_bus_hot_unplug_handler_t hot_unplug_handler; argument
268 rte_bus_sigbus_handler_t sigbus_handler; argument
[all …]