Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c1000 bool modify_key, modify_algo; in hns3_update_rss_algo_key() local
1005 modify_algo = hash_func != RTE_ETH_HASH_FUNCTION_DEFAULT; in hns3_update_rss_algo_key()
1006 if (!modify_key && !modify_algo) in hns3_update_rss_algo_key()
1009 if (modify_algo && hash_func >= RTE_DIM(hns3_hash_func_map)) { in hns3_update_rss_algo_key()
1025 if (modify_algo) in hns3_update_rss_algo_key()