Searched refs:rte_fslmc_bus (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 28 struct rte_fslmc_bus rte_fslmc_bus; variable 39 return rte_fslmc_bus.device_count[device_type]; in rte_fslmc_get_device_count() 49 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in cleanup_fslmc_device_list() 161 dev->device.bus = &rte_fslmc_bus.bus; in scan_one_fslmc_device() 210 rte_fslmc_bus.device_count[dev->dev_type]++; in scan_one_fslmc_device() 387 if (TAILQ_EMPTY(&rte_fslmc_bus.device_list)) in rte_fslmc_probe() 499 dev = TAILQ_FIRST(&rte_fslmc_bus.device_list); in rte_fslmc_find_device() 521 driver->fslmc_bus = &rte_fslmc_bus; in rte_fslmc_driver_register() 528 struct rte_fslmc_bus *fslmc_bus; in rte_fslmc_driver_unregister() 575 if (TAILQ_EMPTY(&rte_fslmc_bus.device_list)) in rte_dpaa2_get_iommu_class() [all …]
|
| H A D | rte_fslmc.h | 79 extern struct rte_fslmc_bus rte_fslmc_bus; 143 struct rte_fslmc_bus *fslmc_bus; /**< FSLMC bus reference */ 153 struct rte_fslmc_bus { struct
|
| H A D | fslmc_vfio.c | 811 TAILQ_FOREACH_SAFE(dev, &rte_fslmc_bus.device_list, next, dev_temp) { in fslmc_vfio_process_group() 828 TAILQ_FOREACH_SAFE(dev, &rte_fslmc_bus.device_list, next, dev_temp) { in fslmc_vfio_process_group() 835 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group() 844 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group() 859 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group() 875 TAILQ_FOREACH_SAFE(dev, &rte_fslmc_bus.device_list, next, dev_temp) { in fslmc_vfio_process_group() 882 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group() 890 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group() 932 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group() 938 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group() [all …]
|