Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/pci/
H A Dpci_common.c650 bool devices_want_va = false; in rte_pci_get_iommu_class() local
683 devices_want_va = true; in rte_pci_get_iommu_class()
688 if (devices_want_va) { in rte_pci_get_iommu_class()
692 } else if (devices_want_va && !devices_want_pa) { in rte_pci_get_iommu_class()
694 } else if (devices_want_pa && !devices_want_va) { in rte_pci_get_iommu_class()
698 if (devices_want_va) { in rte_pci_get_iommu_class()