Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.h23 enum rte_eth_hash_function rte_hash_function;
/dpdk/lib/ethdev/
H A Drte_flow.h2998 enum rte_eth_hash_function { enum
3028 enum rte_eth_hash_function func; /**< RSS hash function to apply. */
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h210 enum rte_eth_hash_function func;
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1467 hns3_parse_rss_algorithm(struct hns3_hw *hw, enum rte_eth_hash_function *func, in hns3_parse_rss_algorithm()
1470 enum rte_eth_hash_function algo_func = *func; in hns3_parse_rss_algorithm()
/dpdk/drivers/net/ice/
H A Dice_hash.c1011 ice_any_invalid_rss_type(enum rte_eth_hash_function rss_func, in ice_any_invalid_rss_type()
/dpdk/drivers/net/i40e/
H A Di40e_hash.c613 i40e_hash_config_func(struct i40e_hw *hw, enum rte_eth_hash_function func) in i40e_hash_config_func()
/dpdk/drivers/net/iavf/
H A Diavf_hash.c1292 iavf_any_invalid_rss_type(enum rte_eth_hash_function rss_func, in iavf_any_invalid_rss_type()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c7224 enum rte_eth_hash_function func; in parse_vc_action_rss_func()