| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 100 EAL: probe driver: 8086:153b net_e1000_em 103 EAL: probe driver: 8086:1572 net_i40e 105 EAL: probe driver: 8086:1572 net_i40e 107 EAL: probe driver: 8086:1572 net_i40e 109 EAL: probe driver: 8086:1572 net_i40e
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_bus.c | 26 RTE_VERIFY(bus->probe); in rte_bus_register() 72 ret = bus->probe(); in rte_bus_probe() 79 ret = vbus->probe(); in rte_bus_probe()
|
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 124 ret = dr->probe(dr, dev); in vmbus_probe_one_driver() 294 .probe = rte_vmbus_probe,
|
| H A D | rte_bus_vmbus.h | 98 vmbus_probe_t *probe; /**< Device Probe function. */ member
|
| /dpdk/doc/guides/nics/ |
| H A D | octeontx.rst | 85 EAL: probe driver: 177d:a04b octeontx_ssovf 88 EAL: probe driver: 177d:a0dd octeontx_pkivf 91 EAL: probe driver: 177d:a049 octeontx_pkovf
|
| H A D | enetc.rst | 65 - This scanning will invoke the probe function of ENETC driver. 66 - The probe function will set the basic device registers and also setups BD rings.
|
| H A D | enetfec.rst | 78 - RTE framework scans and will invoke the probe function of ENETFEC driver. 79 - The probe function will set the basic device registers and also setups BD rings.
|
| H A D | liquidio.rst | 118 EAL: probe driver: 177d:9712 net_liovf 122 EAL: probe driver: 177d:9712 net_liovf
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 460 if (!drv->probe) in rte_fslmc_probe() 476 ret = drv->probe(drv, dev); in rte_fslmc_probe() 668 .probe = rte_fslmc_probe,
|
| H A D | rte_fslmc.h | 151 rte_dpaa2_probe_t probe; member
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 210 .probe = ssowvf_probe, 286 .probe = ssovf_probe,
|
| H A D | timvf_probe.c | 161 .probe = timvf_probe,
|
| /dpdk/drivers/bus/auxiliary/ |
| H A D | rte_bus_auxiliary.h | 130 rte_auxiliary_probe_t *probe; /**< Device probe function. */ member
|
| H A D | auxiliary_common.c | 137 ret = drv->probe(drv, dev); in rte_auxiliary_probe_one_driver() 409 .probe = auxiliary_probe,
|
| /dpdk/drivers/bus/ifpga/ |
| H A D | rte_bus_ifpga.h | 110 afu_probe_t *probe; /**< Device Probe function. */ member
|
| H A D | ifpga_bus.c | 299 ret = drv->probe(afu_dev); in ifpga_probe_one_driver() 472 .probe = ifpga_probe,
|
| /dpdk/lib/eal/include/ |
| H A D | rte_bus.h | 265 rte_bus_probe_t probe; /**< Probe devices on bus */ member
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 111 .probe = otx_cpt_pci_probe,
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 119 .probe = nitrox_pci_probe,
|
| /dpdk/drivers/bus/vdev/ |
| H A D | rte_bus_vdev.h | 111 rte_vdev_probe_t *probe; /**< Virtual device probe function. */ member
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 686 if (!drv->probe || in rte_dpaa_bus_probe() 694 ret = drv->probe(drv, dev); in rte_dpaa_bus_probe() 817 .probe = rte_dpaa_bus_probe,
|
| /dpdk/drivers/event/skeleton/ |
| H A D | skeleton_eventdev.c | 420 .probe = event_skeleton_pci_probe, 476 .probe = skeleton_eventdev_probe,
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_cryptodev.c | 153 .probe = cn9k_cpt_pci_probe,
|
| H A D | cn10k_cryptodev.c | 153 .probe = cn10k_cpt_pci_probe,
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci_ethdev.c | 217 .probe = eth_virtio_pci_probe,
|