Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.h114 int hns3_set_rss_algo_key(struct hns3_hw *hw, const uint8_t *key);
H A Dhns3_rss.c196 hns3_set_rss_algo_key(struct hns3_hw *hw, const uint8_t *key) in hns3_set_rss_algo_key() function
446 ret = hns3_set_rss_algo_key(hw, key); in hns3_dev_rss_hash_update()
704 ret = hns3_set_rss_algo_key(hw, hash_key); in hns3_config_rss()
H A Dhns3_flow.c1494 ret = hns3_set_rss_algo_key(hw, rss_config->key); in hns3_hw_rss_hash_set()