Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev.h181 uint8_t nb_devices);
H A Drte_compressdev.c145 uint8_t nb_devices) in rte_compressdev_devices_get() argument
151 for (i = 0; i < max_devs && count < nb_devices; i++) { in rte_compressdev_devices_get()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.h613 uint8_t nb_devices);
H A Drte_cryptodev.c604 uint8_t nb_devices) in rte_cryptodev_devices_get() argument
609 for (i = 0; i < RTE_CRYPTO_MAX_DEVS && count < nb_devices; i++) { in rte_cryptodev_devices_get()