Home
last modified time | relevance | path

Searched refs:dev_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c110 uint16_t dev_count; member
312 uint16_t i, dev_count; in txa_service_ethdev_alloc() local
314 dev_count = rte_eth_dev_count_avail(); in txa_service_ethdev_alloc()
315 if (txa->txa_ethdev && dev_count == txa->dev_count) in txa_service_ethdev_alloc()
319 dev_count * sizeof(*txa_ethdev), in txa_service_ethdev_alloc()
327 if (txa->dev_count) in txa_service_ethdev_alloc()
329 txa->dev_count * sizeof(*txa_ethdev)); in txa_service_ethdev_alloc()
332 if (i == dev_count) in txa_service_ethdev_alloc()
338 txa->dev_count = dev_count; in txa_service_ethdev_alloc()
587 if (i == txa->dev_count) in txa_service_func()
[all …]
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_flow.c40 uint32_t dev_count; member
85 while (i < fm_model.dev_count) { in fm_prev_cleanup()
838 for (; i < fm_model.dev_count; i++) in dpaa_fm_config()
842 fm_model.device_order[fm_model.dev_count] = dpaa_intf->ifid; in dpaa_fm_config()
843 fm_model.dev_count++; in dpaa_fm_config()
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c332 unsigned dev_count = 0; in rte_pci_scan() local
374 dev_count += conf_io.num_matches; in rte_pci_scan()
379 RTE_LOG(DEBUG, EAL, "PCI scan found %u devices\n", dev_count); in rte_pci_scan()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.c591 uint8_t i, dev_count = 0; in rte_cryptodev_device_count_by_driver() local
597 dev_count++; in rte_cryptodev_device_count_by_driver()
599 return dev_count; in rte_cryptodev_device_count_by_driver()