Searched defs:rte_bus (Results 1 – 2 of 2) 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 */ argument259 rte_bus_unplug_t unplug; /**< Remove single device from driver */ argument260 rte_bus_parse_t parse; /**< Parse a device name */ argument261 rte_bus_devargs_parse_t devargs_parse; /**< Parse bus devargs */ argument264 struct rte_bus_conf conf; /**< Bus configuration */ argument265 rte_bus_get_iommu_class_t get_iommu_class; /**< Get iommu class */ argument[all …]
261 struct rte_bus { struct264 rte_bus_scan_t scan; /**< Scan for devices attached to bus */ argument265 rte_bus_probe_t probe; /**< Probe devices on bus */ argument266 rte_bus_find_device_t find_device; /**< Find a device on the bus */ argument267 rte_bus_plug_t plug; /**< Probe single device for drivers */ argument268 rte_bus_unplug_t unplug; /**< Remove single device from driver */ argument269 rte_bus_parse_t parse; /**< Parse a device name */ argument270 rte_bus_devargs_parse_t devargs_parse; /**< Parse bus devargs */ argument273 struct rte_bus_conf conf; /**< Bus configuration */ argument274 rte_bus_get_iommu_class_t get_iommu_class; /**< Get iommu class */ argument[all …]