Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 25 of 199) sorted by relevance

12345678

/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst100 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 Deal_common_bus.c26 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 Dvmbus_common.c124 ret = dr->probe(dr, dev); in vmbus_probe_one_driver()
294 .probe = rte_vmbus_probe,
H A Drte_bus_vmbus.h98 vmbus_probe_t *probe; /**< Device Probe function. */ member
/dpdk/doc/guides/nics/
H A Docteontx.rst85 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 Denetc.rst65 - 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 Denetfec.rst78 - 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 Dliquidio.rst118 EAL: probe driver: 177d:9712 net_liovf
122 EAL: probe driver: 177d:9712 net_liovf
/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c460 if (!drv->probe) in rte_fslmc_probe()
476 ret = drv->probe(drv, dev); in rte_fslmc_probe()
668 .probe = rte_fslmc_probe,
H A Drte_fslmc.h151 rte_dpaa2_probe_t probe; member
/dpdk/drivers/event/octeontx/
H A Dssovf_probe.c210 .probe = ssowvf_probe,
286 .probe = ssovf_probe,
H A Dtimvf_probe.c161 .probe = timvf_probe,
/dpdk/drivers/bus/auxiliary/
H A Drte_bus_auxiliary.h130 rte_auxiliary_probe_t *probe; /**< Device probe function. */ member
H A Dauxiliary_common.c137 ret = drv->probe(drv, dev); in rte_auxiliary_probe_one_driver()
409 .probe = auxiliary_probe,
/dpdk/drivers/bus/ifpga/
H A Drte_bus_ifpga.h110 afu_probe_t *probe; /**< Device Probe function. */ member
H A Difpga_bus.c299 ret = drv->probe(afu_dev); in ifpga_probe_one_driver()
472 .probe = ifpga_probe,
/dpdk/lib/eal/include/
H A Drte_bus.h265 rte_bus_probe_t probe; /**< Probe devices on bus */ member
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev.c111 .probe = otx_cpt_pci_probe,
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_device.c119 .probe = nitrox_pci_probe,
/dpdk/drivers/bus/vdev/
H A Drte_bus_vdev.h111 rte_vdev_probe_t *probe; /**< Virtual device probe function. */ member
/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c686 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 Dskeleton_eventdev.c420 .probe = event_skeleton_pci_probe,
476 .probe = skeleton_eventdev_probe,
/dpdk/drivers/crypto/cnxk/
H A Dcn9k_cryptodev.c153 .probe = cn9k_cpt_pci_probe,
H A Dcn10k_cryptodev.c153 .probe = cn10k_cpt_pci_probe,
/dpdk/drivers/net/virtio/
H A Dvirtio_pci_ethdev.c217 .probe = eth_virtio_pci_probe,

12345678