| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 175 size_t probed = 0, failed = 0; in rte_vmbus_probe() local 179 probed++; in rte_vmbus_probe() 193 return (probed && probed == failed) ? -1 : 0; in rte_vmbus_probe()
|
| /dpdk/drivers/bus/auxiliary/ |
| H A D | auxiliary_common.c | 217 size_t probed = 0, failed = 0; in auxiliary_probe() local 221 probed++; in auxiliary_probe() 235 return (probed && probed == failed) ? -1 : 0; in auxiliary_probe()
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | sfc.rst | 20 will be probed by net/sfc driver and will used as a net device. 70 **net** device will work as network device and will be probed by net/sfc driver. 71 **vdpa** device will work as vdpa device and will be probed by vdpa/sfc driver.
|
| H A D | ifc.rst | 19 probed by IFCVF driver, adding "vdpa=1" parameter helps to specify that this
|
| /dpdk/doc/guides/mempool/ |
| H A D | cnxk.rst | 62 provide ``max_pools`` parameter to the first PCIe device probed by the given 84 driver configures an NPA LF and attach to the first probed ethdev or eventdev
|
| /dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 63 When trying to use a PCI device automatically probed by the command line, 95 address of the first of its sub-device to be successfully probed and use it as 97 If no sub-device was successfully probed at initialization, then a random MAC 99 they are probed. 123 If the sub-device ``84:00.0`` is not blocked, it will be probed by the
|
| H A D | octeontx.rst | 113 PKI/PKO PCIe VF devices will be probed and then the vdev device can be created 115 the number of probed/bound PKI/PKO PCIe VF device to DPDK by
|
| H A D | sfc_efx.rst | 387 **net** device will work as network device and will be probed by net/sfc driver. 388 **vdpa** device will work as vdpa device and will be probed by vdpa/sfc driver.
|
| H A D | mlx4.rst | 89 times for additional ports. All ports are probed by default if left
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 374 size_t probed = 0, failed = 0; in pci_probe() local 378 probed++; in pci_probe() 394 return (probed && probed == failed) ? -1 : 0; in pci_probe()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | octeontx.rst | 50 SSO PCIe VF devices will be probed and then the vdev device can be created 52 the number of probed/bound SSO PCIe VF device to DPDK by
|
| H A D | dpaa.rst | 49 probed and then vdev device can be created from the application code by
|
| H A D | dpaa2.rst | 52 probed and then vdev device can be created from the application code by
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | hisilicon.rst | 28 Once probed successfully, the device will appear as four ``dmadev``
|
| H A D | dpaa.rst | 49 will be probed and populated into their device list.
|
| H A D | idxd.rst | 139 probed by the driver to make them available to the application. 155 Once probed successfully, irrespective of kernel driver, the device will appear as a ``dmadev``,
|
| H A D | ioat.rst | 67 Once probed successfully, the device will appear as a ``dmadev``, that is a
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_cmdif.rst | 59 On EAL initialization, dpci devices will be probed and then vdev device
|
| H A D | dpaa2_qdma.rst | 63 On EAL initialization, dpdmai devices will be probed and populated into the
|
| H A D | ifpga.rst | 27 Each instance of IFPGA Rawdev Driver is probed by Intel FpgaDev. In coordination
|
| H A D | cnxk_bphy.rst | 144 On EAL initialization BPHY and BPHY CGX/RPM devices will be probed and populated into
|
| H A D | cnxk_gpio.rst | 194 On EAL initialization CNXK GPIO device will be probed and populated into
|
| H A D | ioat.rst | 132 and any which have ``dpdk_`` prefix in their name will be automatically probed by the 139 Once probed successfully, irrespective of kernel driver, the device will appear as a ``rawdev``,
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | octeontx.rst | 64 probed. To use the PMD in an application, user must:
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 54 One mlx5 device can be probed by a number of different PMDs. 72 By default, the mlx5 device will be probed by the ``eth`` PMD. 78 - ``eth`` and ``vdpa`` PMDs cannot be probed at the same time.
|