Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c245 hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir, uint16_t size) in hns3_set_rss_indir_table() function
304 ret = hns3_set_rss_indir_table(hw, lut, hw->rss_ind_tbl_size); in hns3_rss_reset_indir_table()
490 ret = hns3_set_rss_indir_table(hw, indirection_tbl, in hns3_dev_rss_reta_update()
678 ret = hns3_set_rss_indir_table(hw, rss_cfg->rss_indirection_tbl, in hns3_config_rss()
H A Dhns3_rss.h104 int hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir,
H A Dhns3_flow.c1544 return hns3_set_rss_indir_table(hw, indir_tbl, hw->rss_ind_tbl_size); in hns3_update_indir_table()