Home
last modified time | relevance | path

Searched refs:hash_algo (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/compressdev/
H A Drte_comp.h234 enum rte_comp_hash_algorithm hash_algo; member
253 enum rte_comp_hash_algorithm hash_algo; member
/dpdk/drivers/net/hns3/
H A Dhns3_rss.c216 (hw->rss_info.hash_algo & HNS3_RSS_HASH_ALGO_MASK); in hns3_rss_set_algo_key()
663 hw->rss_info.hash_algo = HNS3_RSS_HASH_ALGO_SIMPLE; in hns3_config_rss()
666 hw->rss_info.hash_algo = HNS3_RSS_HASH_ALGO_SYMMETRIC_TOEP; in hns3_config_rss()
669 hw->rss_info.hash_algo = HNS3_RSS_HASH_ALGO_TOEPLITZ; in hns3_config_rss()
H A Dhns3_rss.h44 uint8_t hash_algo; /* hash function type defined by hardware */ member
H A Dhns3_flow.c1468 uint8_t *hash_algo) in hns3_parse_rss_algorithm() argument
1477 *hash_algo = HNS3_RSS_HASH_ALGO_TOEPLITZ; in hns3_parse_rss_algorithm()
1480 *hash_algo = HNS3_RSS_HASH_ALGO_SIMPLE; in hns3_parse_rss_algorithm()
1483 *hash_algo = HNS3_RSS_HASH_ALGO_SYMMETRIC_TOEP; in hns3_parse_rss_algorithm()
1503 &hw->rss_info.hash_algo); in hns3_hw_rss_hash_set()
/dpdk/lib/vhost/
H A Dvhost_user.h99 uint32_t hash_algo; member
H A Dvirtio_crypto.h405 uint32_t hash_algo; member
H A Dvhost_crypto.c320 ret = auth_algo_transform(param->hash_algo, &xform_auth->auth.algo); in transform_chain_param()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c90 .hash_algo = RTE_COMP_HASH_ALGO_NONE in main_loop()
103 .hash_algo = RTE_COMP_HASH_ALGO_NONE in main_loop()
H A Dcomp_perf_test_verify.c93 .hash_algo = RTE_COMP_HASH_ALGO_NONE in main_loop()
108 .hash_algo = RTE_COMP_HASH_ALGO_NONE in main_loop()
H A Dcomp_perf_test_cyclecount.c199 .hash_algo = RTE_COMP_HASH_ALGO_NONE in main_loop()
212 .hash_algo = RTE_COMP_HASH_ALGO_NONE in main_loop()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c304 if (xform->compress.hash_algo != RTE_COMP_HASH_ALGO_NONE) { in mlx5_compress_xform_create()
318 if (xform->compress.hash_algo != RTE_COMP_HASH_ALGO_NONE) { in mlx5_compress_xform_create()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst359 .hash_algo = RTE_COMP_HASH_ALGO_NONE
502 .hash_algo = RTE_COMP_HASH_ALGO_NONE