Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_thash.h273 struct rte_thash_ctx;
303 struct rte_thash_ctx *
321 struct rte_thash_ctx *
337 rte_thash_free_ctx(struct rte_thash_ctx *ctx);
363 rte_thash_add_helper(struct rte_thash_ctx *ctx, const char *name, uint32_t len,
381 rte_thash_get_helper(struct rte_thash_ctx *ctx, const char *name);
418 rte_thash_get_key(struct rte_thash_ctx *ctx);
437 rte_thash_get_gfni_matrices(struct rte_thash_ctx *ctx);
491 rte_thash_adjust_tuple(struct rte_thash_ctx *ctx,
H A Drte_thash.c82 struct rte_thash_ctx { struct
164 alloc_lfsr(struct rte_thash_ctx *ctx) in alloc_lfsr()
210 struct rte_thash_ctx *
214 struct rte_thash_ctx *ctx; in rte_thash_init_ctx()
230 ctx = (struct rte_thash_ctx *)te->data; in rte_thash_init_ctx()
300 struct rte_thash_ctx *
303 struct rte_thash_ctx *ctx; in rte_thash_find_existing()
311 ctx = (struct rte_thash_ctx *)te->data; in rte_thash_find_existing()
327 rte_thash_free_ctx(struct rte_thash_ctx *ctx) in rte_thash_free_ctx()
448 insert_before(struct rte_thash_ctx *ctx, in insert_before()
[all …]
/dpdk/app/test/
H A Dtest_thash.c383 struct rte_thash_ctx *ctx; in test_create_invalid()
409 struct rte_thash_ctx *ctx; in test_multiple_create()
427 struct rte_thash_ctx *ctx; in test_free_null()
441 struct rte_thash_ctx *ctx; in test_add_invalid_helper()
498 struct rte_thash_ctx *ctx, *ret_ctx; in test_find_existing()
514 struct rte_thash_ctx *ctx; in test_get_helper()
541 struct rte_thash_ctx *ctx; in test_period_overflow()
577 struct rte_thash_ctx *ctx; in test_predictable_rss_min_seq()
658 struct rte_thash_ctx *ctx; in test_predictable_rss_multirange()
732 struct rte_thash_ctx *ctx; in test_adjust_tuple()
/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst265 struct rte_thash_ctx *ctx;