| /dpdk/drivers/bus/auxiliary/ |
| H A D | auxiliary_params.c | 49 rte_bus_find_device_t find_device; in auxiliary_dev_iterate() local 62 find_device = auxiliary_bus.bus.find_device; in auxiliary_dev_iterate() 63 dev = find_device(start, auxiliary_dev_match, kvargs); in auxiliary_dev_iterate()
|
| H A D | auxiliary_common.c | 410 .find_device = auxiliary_find_device,
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_params.c | 66 rte_bus_find_device_t find_device; in rte_pci_dev_iterate() local 78 find_device = rte_pci_bus.bus.find_device; in rte_pci_dev_iterate() 79 dev = find_device(start, pci_dev_match, kvargs); in rte_pci_dev_iterate()
|
| H A D | pci_common.c | 816 .find_device = pci_find_device,
|
| /dpdk/app/test/ |
| H A D | test_vdev.c | 62 dev = vdev_bus->find_device(NULL, cmp_dev_match, kvargs); in get_matching_vdev() 84 dev0 = vdev_bus->find_device(NULL, cmp_dev_name, "net_null_test0"); in test_vdev_bus() 95 dev1 = vdev_bus->find_device(NULL, cmp_dev_name, "net_null_test1"); in test_vdev_bus()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_bus.c | 27 RTE_VERIFY(bus->find_device); in rte_bus_register() 151 dev = bus->find_device(NULL, cmp_rte_device, _dev); in bus_find_device()
|
| H A D | hotplug_mp.c | 136 dev = bus->find_device(NULL, cmp_dev_name, da.name); in __handle_secondary_request() 263 dev = bus->find_device(NULL, cmp_dev_name, da->name); in __handle_primary_request()
|
| H A D | eal_common_dev.c | 157 dev = da->bus->find_device(NULL, cmp_dev_name, da->name); in local_dev_probe() 295 dev = bus->find_device(NULL, cmp_dev_name, devname); in rte_eal_hotplug_remove()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_bus.h | 266 rte_bus_find_device_t find_device; /**< Find a device on the bus */ member
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_args.c | 47 dev = pci_bus->find_device(NULL, bond_pci_addr_cmp, pci_addr); in find_port_id_by_pci_addr()
|
| /dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 63 def find_device(self, devid): member in Vendor 280 device = vendor.find_device(i[1])
|
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 295 .find_device = vmbus_find_device,
|
| /dpdk/drivers/raw/ioat/ |
| H A D | idxd_bus.c | 64 .find_device = dsa_find_device,
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_dev.c | 280 dev = bus->find_device(NULL, cmp_dev_name, in dev_uev_handler()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_bus.c | 66 .find_device = dsa_find_device,
|
| /dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_bus.c | 473 .find_device = ifpga_find_device,
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 670 .find_device = rte_fslmc_find_device,
|
| /dpdk/drivers/bus/vdev/ |
| H A D | vdev.c | 630 .find_device = rte_vdev_find_device,
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 819 .find_device = rte_dpaa_find_device,
|
| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 800 dev = vbus->find_device(NULL, vdev_netvsc_cmp_rte_device, in vdev_netvsc_scan_callback()
|