Searched refs:rte_thash_complete_matrix (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/hash/ |
| H A D | version.map | 51 rte_thash_complete_matrix;
|
| H A D | rte_thash.c | 108 rte_thash_complete_matrix(uint64_t *matrixes, const uint8_t *rss_key, int size) in rte_thash_complete_matrix() function 280 rte_thash_complete_matrix(ctx->matrices, ctx->hash_key, in rte_thash_init_ctx() 407 rte_thash_complete_matrix(ctx->matrices, ctx->hash_key, in generate_subkey()
|
| H A D | rte_thash.h | 253 rte_thash_complete_matrix(uint64_t *matrixes, const uint8_t *rss_key,
|
| /dpdk/app/test/ |
| H A D | test_thash.c | 188 rte_thash_complete_matrix(rss_key_matrixes, default_rss_key, in test_toeplitz_hash_gfni() 251 rte_thash_complete_matrix(rss_key_matrixes, default_rss_key, in test_toeplitz_hash_rand_data() 312 rte_thash_complete_matrix(rss_key_matrixes, default_rss_key, in test_toeplitz_hash_gfni_bulk() 363 rte_thash_complete_matrix(rss_key_matrixes, big_rss_key, in test_big_tuple_gfni()
|
| H A D | test_thash_perf.c | 115 rte_thash_complete_matrix(rss_key_matrixes, default_rss_key, in run_thash_test()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 51 * A pointer to the matrices derived from the RSS hash key using ``rte_thash_complete_matrix()``. 57 * A pointer to the matrices derived from the RSS hash key using ``rte_thash_complete_matrix()``. 63 ``rte_thash_complete_matrix()`` is a function that calculates matrices required by
|