Home
last modified time | relevance | path

Searched refs:rte_bus_find_by_device (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bus.h363 struct rte_bus *rte_bus_find_by_device(const struct rte_device *dev);
/f-stack/dpdk/app/test/
H A Dtest_kni.c447 bus = rte_bus_find_by_device(info.device); in test_kni_processing()
645 bus = rte_bus_find_by_device(info.device); in test_kni()
689 bus = rte_bus_find_by_device(info.device); in test_kni()
/f-stack/dpdk/examples/ip_pipeline/
H A Dkni.c138 bus = rte_bus_find_by_device(dev_info.device); in kni_create()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def8 rte_bus_find_by_device
H A Dversion.map12 rte_bus_find_by_device;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_bus.c156 rte_bus_find_by_device(const struct rte_device *dev) in rte_bus_find_by_device() function
/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c57 bus = rte_bus_find_by_device(dev_info.device); in rte_ethtool_get_drvinfo()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h710 bus = rte_bus_find_by_device(port->dev_info.device); in port_pci_reg_read()
738 bus = rte_bus_find_by_device(port->dev_info.device); in port_pci_reg_write()
H A Dconfig.c1317 bus = rte_bus_find_by_device(ports[port_id].dev_info.device); in port_reg_off_is_invalid()
/f-stack/lib/
H A Dff_dpdk_kni.c504 bus = rte_bus_find_by_device(dev_info.device); in ff_kni_alloc()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c334 bus = rte_bus_find_by_device(device); in pci_vfio_req_handler()