Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.c274 hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir, uint16_t size) in hns3_set_rss_indir_table() function
333 ret = hns3_set_rss_indir_table(hw, lut, HNS3_RSS_IND_TBL_SIZE); in hns3_rss_reset_indir_table()
430 ret = hns3_set_rss_indir_table(hw, rss_cfg->rss_indirection_tbl, in hns3_dev_rss_hash_update()
538 ret = hns3_set_rss_indir_table(hw, indirection_tbl, in hns3_dev_rss_reta_update()
718 ret = hns3_set_rss_indir_table(hw, rss_cfg->rss_indirection_tbl, in hns3_config_rss()
H A Dhns3_rss.h106 int hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir,
H A Dhns3_flow.c1534 return hns3_set_rss_indir_table(hw, indir_tbl, HNS3_RSS_IND_TBL_SIZE); in hns3_update_indir_table()