Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c313 hns3_set_rss_tuple_by_rss_hf(struct hns3_hw *hw, uint64_t rss_hf) in hns3_set_rss_tuple_by_rss_hf() function
391 ret = hns3_set_rss_tuple_by_rss_hf(hw, rss_hf); in hns3_dev_rss_hash_update()
405 (void)hns3_set_rss_tuple_by_rss_hf(hw, rss_hf_bk); in hns3_dev_rss_hash_update()
696 return hns3_set_rss_tuple_by_rss_hf(hw, rss_hf); in hns3_config_rss()
H A Dhns3_rss.h109 int hns3_set_rss_tuple_by_rss_hf(struct hns3_hw *hw, uint64_t rss_hf);
H A Dhns3_flow.c1449 ret = hns3_set_rss_tuple_by_rss_hf(hw, 0); in hns3_disable_rss()
1513 ret = hns3_set_rss_tuple_by_rss_hf(hw, rss_config->types); in hns3_hw_rss_hash_set()