Home
last modified time | relevance | path

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

/dpdk/lib/distributor/
H A Drte_distributor.c42 if (unlikely(d->alg_type == RTE_DIST_ALG_SINGLE)) { in EAL_REGISTER_TAILQ()
93 if (unlikely(d->alg_type == RTE_DIST_ALG_SINGLE)) { in rte_distributor_poll_pkt()
135 if (unlikely(d->alg_type == RTE_DIST_ALG_SINGLE)) { in rte_distributor_get_pkt()
452 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_process()
619 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_returned_pkts()
662 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_flush()
693 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_clear_returns()
713 unsigned int alg_type) in rte_distributor_create() argument
733 if (alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_create()
746 d->alg_type = alg_type; in rte_distributor_create()
[all …]
H A Drte_distributor.h53 unsigned int alg_type);
H A Ddistributor_private.h134 unsigned int alg_type; /**< Number of alg types */ member
/dpdk/drivers/common/cnxk/
H A Droc_se.c265 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_auth_key_set()
276 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_auth_key_set()
291 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_auth_key_set()
449 zs_ctx->zuc.otk_ctx.w0.s.alg_type = ROC_SE_PDCP_ALG_TYPE_SNOW3G; in roc_se_ciph_key_set()
459 zs_ctx->zuc.otk_ctx.w0.s.alg_type = ROC_SE_PDCP_ALG_TYPE_ZUC; in roc_se_ciph_key_set()
471 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_ciph_key_set()
H A Droc_se.h213 uint64_t alg_type : 2; member