| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 198 mlx5_common_pci_driver.drv_flags |= RTE_PCI_DRV_PROBE_AGAIN; in mlx5_common_driver_on_register_pci() 200 mlx5_common_pci_driver.drv_flags |= RTE_PCI_DRV_INTR_LSC; in mlx5_common_driver_on_register_pci() 202 mlx5_common_pci_driver.drv_flags |= RTE_PCI_DRV_INTR_RMV; in mlx5_common_driver_on_register_pci()
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_pci.h | 43 if (pci_dev->driver->drv_flags & RTE_PCI_DRV_INTR_LSC) in rte_eth_copy_pci_info() 45 if (pci_dev->driver->drv_flags & RTE_PCI_DRV_INTR_RMV) in rte_eth_copy_pci_info()
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 201 if (already_probed && !(dr->drv_flags & RTE_PCI_DRV_PROBE_AGAIN)) { in rte_pci_probe_one_driver() 251 if (dev->driver->drv_flags & RTE_PCI_DRV_NEED_MAPPING) { in rte_pci_probe_one_driver() 274 if ((dr->drv_flags & RTE_PCI_DRV_NEED_MAPPING) && in rte_pci_probe_one_driver() 279 (dr->drv_flags & RTE_PCI_DRV_KEEP_MAPPED_RES))) in rte_pci_probe_one_driver() 326 if (dr->drv_flags & RTE_PCI_DRV_NEED_MAPPING) in rte_pci_detach_dev()
|
| H A D | rte_bus_pci.h | 170 uint32_t drv_flags; /**< Flags RTE_PCI_DRV_*. */ member
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 209 .drv_flags = RTE_PCI_DRV_NEED_MAPPING, 285 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| H A D | timvf_probe.c | 160 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|
| /dpdk/drivers/bus/auxiliary/ |
| H A D | rte_bus_auxiliary.h | 134 uint32_t drv_flags; /**< Flags RTE_AUXILIARY_DRV_*. */ member
|
| H A D | auxiliary_common.c | 117 if ((drv->drv_flags & RTE_AUXILIARY_DRV_NEED_IOVA_AS_VA) > 0 && in rte_auxiliary_probe_one_driver() 399 if ((drv->drv_flags & RTE_AUXILIARY_DRV_NEED_IOVA_AS_VA) > 0) in auxiliary_get_iommu_class()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 110 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 118 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /dpdk/drivers/bus/vdev/ |
| H A D | rte_bus_vdev.h | 115 uint32_t drv_flags; /**< Flags RTE_VDEV_DRV_*. */ member
|
| H A D | vdev.c | 206 if ((driver->drv_flags & RTE_VDEV_DRV_NEED_IOVA_AS_VA) && (iova_mode == RTE_IOVA_PA)) { in vdev_probe_all_drivers() 620 if (driver->drv_flags & RTE_VDEV_DRV_NEED_IOVA_AS_VA) in vdev_get_iommu_class()
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | rte_fslmc.h | 149 uint32_t drv_flags; /**< Flags for controlling device.*/ member
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_cryptodev.c | 152 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|
| H A D | cn10k_cryptodev.c | 152 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci_ethdev.c | 216 .drv_flags = 0,
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cnxk_mempool.c | 185 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_bus.h | 126 uint32_t drv_flags; /**< Flags for controlling device.*/ member
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 204 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.c | 235 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 624 else if ((pdrv->drv_flags & RTE_PCI_DRV_NEED_IOVA_AS_VA) != 0) in pci_device_iova_mode() 636 if ((pdrv->drv_flags & RTE_PCI_DRV_NEED_IOVA_AS_VA) != 0) in pci_device_iova_mode()
|
| /dpdk/app/test/ |
| H A D | virtual_pmd.c | 558 pci_drv->drv_flags |= RTE_PCI_DRV_INTR_LSC; in virtual_ethdev_create() 560 pci_drv->drv_flags &= ~RTE_PCI_DRV_INTR_LSC; in virtual_ethdev_create()
|
| /dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_pf.c | 776 .drv_flags = RTE_PCI_DRV_NEED_MAPPING, 783 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_sec.c | 323 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa.c | 355 .drv_flags = 0,
|