Searched refs:nb_worker_caps (Results 1 – 1 of 1) sorted by relevance
23 uint32_t sync_nb_caps = nb_caps, nb_worker_caps = 0; in sync_caps() local26 while (worker_caps[nb_worker_caps].op != RTE_CRYPTO_OP_TYPE_UNDEFINED) in sync_caps()27 nb_worker_caps++; in sync_caps()30 rte_memcpy(caps, worker_caps, sizeof(*caps) * nb_worker_caps); in sync_caps()31 return nb_worker_caps; in sync_caps()38 for (j = 0; j < nb_worker_caps; j++) { in sync_caps()75 if (j < nb_worker_caps) in sync_caps()