Home
last modified time | relevance | path

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

/dpdk/lib/compressdev/
H A Drte_compressdev.h180 uint8_t nb_devices);
H A Drte_compressdev.c144 uint8_t nb_devices) in rte_compressdev_devices_get() argument
150 for (i = 0; i < max_devs && count < nb_devices; i++) { in rte_compressdev_devices_get()
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h657 uint8_t nb_devices);
H A Drte_cryptodev.c726 uint8_t nb_devices) in rte_cryptodev_devices_get() argument
731 for (i = 0; i < RTE_CRYPTO_MAX_DEVS && count < nb_devices; i++) { in rte_cryptodev_devices_get()