| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_pci.h | 39 if (pci_dev->driver->drv_flags & RTE_PCI_DRV_INTR_LSC) in rte_eth_copy_pci_info() 41 if (pci_dev->driver->drv_flags & RTE_PCI_DRV_INTR_RMV) in rte_eth_copy_pci_info()
|
| /f-stack/dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 198 if (already_probed && !(dr->drv_flags & RTE_PCI_DRV_PROBE_AGAIN)) { in rte_pci_probe_one_driver() 229 if (!already_probed && (dr->drv_flags & RTE_PCI_DRV_NEED_MAPPING)) { in rte_pci_probe_one_driver() 248 if ((dr->drv_flags & RTE_PCI_DRV_NEED_MAPPING) && in rte_pci_probe_one_driver() 253 (dr->drv_flags & RTE_PCI_DRV_KEEP_MAPPED_RES))) in rte_pci_probe_one_driver() 296 if (dr->drv_flags & RTE_PCI_DRV_NEED_MAPPING) in rte_pci_detach_dev()
|
| H A D | rte_bus_pci.h | 175 uint32_t drv_flags; /**< Flags RTE_PCI_DRV_*. */ member
|
| /f-stack/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,
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 240 !(driver->pci_driver.drv_flags & RTE_PCI_DRV_PROBE_AGAIN)) { in drivers_probe() 510 mlx5_pci_driver.drv_flags |= driver->pci_driver.drv_flags; in mlx5_pci_driver_register()
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 102 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 118 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | rte_fslmc.h | 144 uint32_t drv_flags; /**< Flags for controlling device.*/ member
|
| H A D | fslmc_bus.c | 559 if (!(drv->drv_flags & RTE_DPAA2_DRV_IOVA_AS_VA)) in fslmc_all_device_support_iova()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev.c | 167 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_bus.h | 120 uint32_t drv_flags; /**< Flags for controlling device.*/ member
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.c | 235 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 209 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/app/test/ |
| H A D | virtual_pmd.c | 566 pci_drv->drv_flags |= RTE_PCI_DRV_INTR_LSC; in virtual_ethdev_create() 568 pci_drv->drv_flags &= ~RTE_PCI_DRV_INTR_LSC; in virtual_ethdev_create()
|
| /f-stack/dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 613 else if ((pdrv->drv_flags & RTE_PCI_DRV_NEED_IOVA_AS_VA) != 0) in pci_device_iova_mode() 625 if ((pdrv->drv_flags & RTE_PCI_DRV_NEED_IOVA_AS_VA) != 0) in pci_device_iova_mode()
|
| /f-stack/dpdk/drivers/raw/octeontx2_ep/ |
| H A D | otx2_ep_rawdev.c | 355 .drv_flags = (RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA),
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 280 .drv_flags = 0,
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev.c | 311 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_INTR_LSC,
|
| H A D | idxd_pci.c | 347 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_device.c | 380 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 799 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_INTR_LSC, 809 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/event/skeleton/ |
| H A D | skeleton_eventdev.c | 418 .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
|
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool.c | 447 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|
| /f-stack/dpdk/drivers/raw/octeontx2_dma/ |
| H A D | otx2_dpi_rawdev.c | 433 .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
|