Home
last modified time | relevance | path

Searched refs:rte_bus_find_by_name (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bus.h368 struct rte_bus *rte_bus_find_by_name(const char *busname);
/f-stack/dpdk/lib/librte_eal/common/
H A Dhotplug_mp.c131 bus = rte_bus_find_by_name(da.bus->name); in __handle_secondary_request()
257 bus = rte_bus_find_by_name(da->bus->name); in __handle_primary_request()
H A Deal_common_bus.c170 rte_bus_find_by_name(const char *busname) in rte_bus_find_by_name() function
H A Deal_common_devargs.c120 bus = rte_bus_find_by_name(kv->value); in rte_devargs_layers_parse()
H A Deal_common_dev.c294 bus = rte_bus_find_by_name(busname); in rte_eal_hotplug_remove()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def9 rte_bus_find_by_name
H A Dversion.map13 rte_bus_find_by_name;
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c81 pci_bus = rte_bus_find_by_name("pci"); in parse_port_id()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_dev.c265 bus = rte_bus_find_by_name(busname); in dev_uev_handler()
/f-stack/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c794 struct rte_bus *vbus = rte_bus_find_by_name("vdev"); in vdev_netvsc_scan_callback()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c710 rte_bus_find_by_name("pci"))) { in vtpci_init()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1945 pci_bus = rte_bus_find_by_name("pci"); in pci_search_device()