Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_hash.c1037 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) { in ice_hash_parse_action()
1042 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR){ in ice_hash_parse_action()
1044 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR; in ice_hash_parse_action()
1266 if (hash_function == RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) { in ice_hash_create()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.c688 case RTE_ETH_HASH_FUNCTION_SIMPLE_XOR: in hns3_config_rss()
H A Dhns3_flow.c1465 case RTE_ETH_HASH_FUNCTION_SIMPLE_XOR: in hns3_parse_rss_algorithm()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h2331 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR, /**< Simple XOR */ enumerator
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_hash.c915 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR){ in iavf_hash_parse_action()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c12662 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR && in i40e_rss_mark_invalid_rule()
12664 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) in i40e_rss_mark_invalid_rule()
12679 if (conf->conf.func == RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) { in i40e_rss_config_hash_function()
12816 if (conf->conf.func == RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) { in i40e_rss_clear_hash_function()
12961 RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) { in i40e_config_rss_filter()
12988 else if (conf->conf.func == RTE_ETH_HASH_FUNCTION_SIMPLE_XOR) in i40e_config_rss_filter()
H A Di40e_flow.c4947 if (rss->func == RTE_ETH_HASH_FUNCTION_SIMPLE_XOR && in i40e_flow_parse_rss_action()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c1742 case RTE_ETH_HASH_FUNCTION_SIMPLE_XOR: in rss_config_display()
H A Dcmdline_flow.c4896 func = RTE_ETH_HASH_FUNCTION_SIMPLE_XOR; in parse_vc_action_rss_func()