Home
last modified time | relevance | path

Searched refs:rte_fslmc_bus (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c28 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()
158 dev->device.bus = &rte_fslmc_bus.bus; in scan_one_fslmc_device()
218 rte_fslmc_bus.device_count[dev->dev_type]++; in scan_one_fslmc_device()
400 if (TAILQ_EMPTY(&rte_fslmc_bus.device_list)) in rte_fslmc_probe()
512 dev = TAILQ_FIRST(&rte_fslmc_bus.device_list); in rte_fslmc_find_device()
534 driver->fslmc_bus = &rte_fslmc_bus; in rte_fslmc_driver_register()
541 struct rte_fslmc_bus *fslmc_bus; in rte_fslmc_driver_unregister()
588 if (TAILQ_EMPTY(&rte_fslmc_bus.device_list)) in rte_dpaa2_get_iommu_class()
[all …]
H A Drte_fslmc.h79 extern struct rte_fslmc_bus rte_fslmc_bus;
148 struct rte_fslmc_bus *fslmc_bus; /**< FSLMC bus reference */
158 struct rte_fslmc_bus { struct
H A Dfslmc_vfio.c820 RTE_TAILQ_FOREACH_SAFE(dev, &rte_fslmc_bus.device_list, next, in fslmc_vfio_process_group()
838 RTE_TAILQ_FOREACH_SAFE(dev, &rte_fslmc_bus.device_list, next, in fslmc_vfio_process_group()
846 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group()
855 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group()
870 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group()
896 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group()
909 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group()
917 TAILQ_REMOVE(&rte_fslmc_bus.device_list, dev, next); in fslmc_vfio_process_group()
959 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group()
965 TAILQ_REMOVE(&rte_fslmc_bus.device_list, in fslmc_vfio_process_group()
[all …]
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dprc.c52 RTE_TAILQ_FOREACH_SAFE(dev, &rte_fslmc_bus.device_list, next, dev_tmp) { in rte_dpaa2_create_dprc_device()