Searched refs:RTE_IOVA_DC (Results 1 – 11 of 11) sorted by relevance
203 enum rte_iova_mode mode = RTE_IOVA_DC; in rte_bus_get_iommu_class()217 bus_iova_mode == RTE_IOVA_DC ? "DC" : in rte_bus_get_iommu_class()229 mode = RTE_IOVA_DC; in rte_bus_get_iommu_class()
351 internal_cfg->iova_mode = RTE_IOVA_DC; in eal_reset_internal_config()
218 if (dev_iova_mode != RTE_IOVA_DC && in rte_pci_probe_one_driver()647 enum rte_iova_mode iova_mode = RTE_IOVA_DC; in rte_pci_get_iommu_class()678 dev_iova_mode == RTE_IOVA_DC ? "DC" : in rte_pci_get_iommu_class()697 iova_mode = RTE_IOVA_DC; in rte_pci_get_iommu_class()
40 RTE_IOVA_DC = 0, /* Don't care mode */ enumerator
771 if (internal_conf->iova_mode == RTE_IOVA_DC) { in rte_eal_init()775 if (iova_mode == RTE_IOVA_DC) in rte_eal_init()
89 return RTE_IOVA_DC; in pci_device_iova_mode()
1075 if (internal_conf->iova_mode == RTE_IOVA_DC) { in rte_eal_init()1079 if (iova_mode == RTE_IOVA_DC) { in rte_eal_init()
576 return RTE_IOVA_DC; in rte_dpaa2_get_iommu_class()
714 return RTE_IOVA_DC; in rte_dpaa_get_iommu_class()
598 enum rte_iova_mode iova_mode = RTE_IOVA_DC; in pci_device_iova_mode()
436 - if all buses report RTE_IOVA_DC, no bus expressed a preferrence, then the437 preferred mode is RTE_IOVA_DC,439 RTE_IOVA_VA), then the preferred IOVA mode is RTE_IOVA_DC (see below with the