Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c110 uint16_t dev_count; member
311 uint16_t i, dev_count; in txa_service_ethdev_alloc() local
313 dev_count = rte_eth_dev_count_avail(); in txa_service_ethdev_alloc()
314 if (txa->txa_ethdev && dev_count == txa->dev_count) in txa_service_ethdev_alloc()
318 dev_count * sizeof(*txa_ethdev), in txa_service_ethdev_alloc()
326 if (txa->dev_count) in txa_service_ethdev_alloc()
328 txa->dev_count * sizeof(*txa_ethdev)); in txa_service_ethdev_alloc()
331 if (i == dev_count) in txa_service_ethdev_alloc()
337 txa->dev_count = dev_count; in txa_service_ethdev_alloc()
632 if (i == txa->dev_count) in txa_service_func()
[all …]
/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()
/dpdk/drivers/bus/pci/bsd/
H A Dpci.c331 unsigned dev_count = 0; in rte_pci_scan() local
373 dev_count += conf_io.num_matches; in rte_pci_scan()
378 RTE_LOG(DEBUG, EAL, "PCI scan found %u devices\n", dev_count); in rte_pci_scan()
/dpdk/lib/cryptodev/
H A Drte_cryptodev.c713 uint8_t i, dev_count = 0; in rte_cryptodev_device_count_by_driver() local
719 dev_count++; in rte_cryptodev_device_count_by_driver()
721 return dev_count; in rte_cryptodev_device_count_by_driver()