Searched refs:scan (Results 1 – 25 of 26) sorted by relevance
12
| /dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 40 All of the AFUs of one FPGA may share same PCI BDF and AFUs scan depend on 41 IFPGA Rawdev Driver so IFPGA Bus takes AFU device scan and AFU drivers probe. 84 but PR and IFPGA Bus scan is triggered by command line using
|
| H A D | ioat.rst | 118 be found as part of the device scan done at application initialization time without 130 the DPDK ioat driver will automatically perform a scan for available workqueues to use.
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_bus.c | 25 RTE_VERIFY(bus->scan); in rte_bus_register() 50 ret = bus->scan(); in rte_bus_scan()
|
| H A D | eal_common_dev.c | 153 ret = da->bus->scan(); in local_dev_probe()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rawdev.rst | 80 * Thereafter, when the PCI scan is done, during probe DrvB would match the 89 Physical rawdev devices are discovered during the Bus scan executed at DPDK
|
| H A D | regexdev.rst | 73 /**< Maximum matches per scan configured on this device.
|
| H A D | build-sdk-meson.rst | 120 re-scan from meson.
|
| H A D | qos_framework.rst | 324 … | | | | Bitmap scan operation returns t… 434 #. Identify the next active pipe using the bitmap scan operation, *prefetch* pipe.
|
| /dpdk/drivers/bus/vdev/ |
| H A D | vdev.c | 474 goto scan; in vdev_scan() 502 scan: in vdev_scan() 628 .scan = vdev_scan,
|
| /dpdk/lib/eal/include/ |
| H A D | rte_bus.h | 264 rte_bus_scan_t scan; /**< Scan for devices attached to bus */ member
|
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 293 .scan = rte_vmbus_scan,
|
| /dpdk/drivers/bus/auxiliary/ |
| H A D | auxiliary_common.c | 408 .scan = auxiliary_scan,
|
| /dpdk/drivers/raw/ioat/ |
| H A D | idxd_bus.c | 62 .scan = dsa_scan,
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | idxd.rst | 124 be found as part of the device scan done at application initialization time without 136 the DPDK IDXD driver will automatically perform a scan for available workqueues
|
| H A D | ioat.rst | 57 devices will be found as part of the device scan done at application
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_bus.c | 64 .scan = dsa_scan,
|
| /dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_bus.c | 471 .scan = ifpga_scan,
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 667 .scan = rte_fslmc_scan,
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 816 .scan = rte_dpaa_bus_scan,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_02.rst | 15 scan and probe functions. Once a new bus is registered using the provided 16 APIs, new devices can be detected and initialized using bus scan and probe
|
| H A D | release_18_05.rst | 240 Stream AFU (Accelerated Function Unit) scan and drivers probe.
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 814 .scan = rte_pci_scan,
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa.rst | 251 EAL: dpaa: Bus scan completed
|
| H A D | dpaa2.rst | 459 EAL: fslmc: Bus scan completed
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 287 `Coverity <https://scan.coverity.com/projects/dpdk-data-plane-development-kit>`_ 289 It is used as a cloud-based service used to scan the DPDK source code,
|
12