Home
last modified time | relevance | path

Searched refs:rte_bus (Results 1 – 25 of 36) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_bus.c20 rte_bus_register(struct rte_bus *bus) in rte_bus_register()
47 struct rte_bus *bus = NULL; in rte_bus_scan()
64 struct rte_bus *bus, *vbus = NULL; in rte_bus_probe()
108 struct rte_bus *bus; in rte_bus_dump()
120 struct rte_bus *
124 struct rte_bus *bus; in rte_bus_find()
155 struct rte_bus *
169 struct rte_bus *
183 struct rte_bus *
206 struct rte_bus *bus; in rte_bus_get_iommu_class()
[all …]
H A Deal_common_devargs.c177 bus_name_cmp(const struct rte_bus *bus, const void *name) in bus_name_cmp()
185 struct rte_bus *bus = NULL; in rte_devargs_parse()
326 struct rte_bus *bus = NULL; in rte_devargs_add()
H A Deal_common_dev.c287 struct rte_bus *bus; in rte_eal_hotplug_remove()
575 struct rte_bus *bus = NULL; in rte_dev_iterator_init()
675 bus_next_dev_cmp(const struct rte_bus *bus, in bus_next_dev_cmp()
725 struct rte_bus *bus = NULL; in rte_dev_iterator_next()
H A Dhotplug_mp.c93 struct rte_bus *bus; in __handle_secondary_request()
234 struct rte_bus *bus; in __handle_primary_request()
H A Deal_private.h442 struct rte_bus *rte_bus_find_by_device_name(const char *str);
/dpdk/lib/eal/include/
H A Drte_bus.h27 RTE_TAILQ_HEAD(rte_bus_list, rte_bus);
261 struct rte_bus { struct
262 RTE_TAILQ_ENTRY(rte_bus) next; /**< Next bus object in linked list */
290 void rte_bus_register(struct rte_bus *bus);
299 void rte_bus_unregister(struct rte_bus *bus);
343 typedef int (*rte_bus_cmp_t)(const struct rte_bus *bus, const void *data);
367 struct rte_bus *rte_bus_find(const struct rte_bus *start, rte_bus_cmp_t cmp,
373 struct rte_bus *rte_bus_find_by_device(const struct rte_device *dev);
378 struct rte_bus *rte_bus_find_by_name(const char *busname);
H A Drte_dev.h89 const struct rte_bus *bus; /**< Bus handle assigned on scan */
235 struct rte_bus *bus; /**< bus handle. */
H A Drte_devargs.h84 struct rte_bus *bus; /**< bus handle. */
H A Dmeson.build11 'rte_bus.h',
/dpdk/app/test/
H A Dtest_devargs.c70 struct rte_bus *pci_bus = rte_bus_find_by_name("pci"); in test_valid_devargs_cases()
71 struct rte_bus *vdev_bus = rte_bus_find_by_name("vdev"); in test_valid_devargs_cases()
169 struct rte_bus *vdev_bus = rte_bus_find_by_name("vdev"); in test_valid_devargs()
H A Dtest_vdev.c50 struct rte_bus *vdev_bus = rte_bus_find_by_name("vdev"); in get_matching_vdev()
71 struct rte_bus *vdev_bus = rte_bus_find_by_name("vdev"); in test_vdev_bus()
H A Dtest_kni.c430 const struct rte_bus *bus = NULL; in test_kni_processing()
549 const struct rte_bus *bus; in test_kni()
/dpdk/drivers/bus/auxiliary/
H A Dprivate.h38 struct rte_bus bus; /* Inherit the generic class */
/dpdk/drivers/bus/fslmc/
H A Drte_fslmc.h159 struct rte_bus bus; /**< Generic Bus object */
/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c38 static struct rte_bus rte_ifpga_bus;
470 static struct rte_bus rte_ifpga_bus = {
/dpdk/drivers/bus/vmbus/
H A Drte_bus_vmbus.h109 struct rte_bus bus; /**< Inherit the generic class */
/dpdk/examples/ip_pipeline/
H A Dkni.c111 const struct rte_bus *bus = NULL; in kni_create()
/dpdk/drivers/bus/pci/
H A Drte_bus_pci.h177 struct rte_bus bus; /**< Inherit the generic class */
/dpdk/drivers/bus/dpaa/
H A Drte_dpaa_bus.h87 struct rte_bus bus;
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c37 struct rte_bus *pci_bus; in find_port_id_by_pci_addr()
/dpdk/drivers/bus/vdev/
H A Dvdev.c31 static struct rte_bus rte_vdev_bus;
627 static struct rte_bus rte_vdev_bus = {
/dpdk/drivers/raw/ioat/
H A Didxd_bus.c55 struct rte_bus bus; /**< Inherit the generic class */
/dpdk/lib/eal/linux/
H A Deal_dev.c231 struct rte_bus *bus; in dev_uev_handler()
/dpdk/drivers/dma/idxd/
H A Didxd_bus.c57 struct rte_bus bus; /**< Inherit the generic class */
/dpdk/drivers/net/failsafe/
H A Dfailsafe_private.h118 struct rte_bus *bus; /* for primary process only. */

12