Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c21 const struct rte_cryptodev_capabilities *worker_caps) in sync_caps() argument
26 while (worker_caps[nb_worker_caps].op != RTE_CRYPTO_OP_TYPE_UNDEFINED) in sync_caps()
30 rte_memcpy(caps, worker_caps, sizeof(*caps) * nb_worker_caps); in sync_caps()
40 &worker_caps[j]; in sync_caps()