Searched refs:alg_type (Results 1 – 4 of 4) sorted by relevance
44 if (unlikely(d->alg_type == RTE_DIST_ALG_SINGLE)) { in EAL_REGISTER_TAILQ()95 if (unlikely(d->alg_type == RTE_DIST_ALG_SINGLE)) { in rte_distributor_poll_pkt()137 if (unlikely(d->alg_type == RTE_DIST_ALG_SINGLE)) { in rte_distributor_get_pkt()454 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_process()621 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_returned_pkts()664 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_flush()695 if (d->alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_clear_returns()715 unsigned int alg_type) in rte_distributor_create() argument735 if (alg_type == RTE_DIST_ALG_SINGLE) { in rte_distributor_create()748 d->alg_type = alg_type; in rte_distributor_create()[all …]
53 unsigned int alg_type);
138 unsigned int alg_type; /**< Number of alg types */ member
661 static enum alg_type { enum698 static enum alg_type699 alg_type(int alg) in alg_type() function711 return (alg_type(alg) == ALG_COMPRESSION); in alg_is_compression()718 return (alg_type(alg) == ALG_CIPHER); in alg_is_cipher()725 return (alg_type(alg) == ALG_DIGEST || in alg_is_digest()726 alg_type(alg) == ALG_KEYED_DIGEST); in alg_is_digest()733 return (alg_type(alg) == ALG_KEYED_DIGEST); in alg_is_keyed_digest()740 return (alg_type(alg) == ALG_AEAD); in alg_is_aead()