Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c460 uint16_t indirection_tbl[HNS3_RSS_IND_TBL_SIZE_MAX]; in hns3_dev_rss_reta_update() local
472 memcpy(indirection_tbl, rss_cfg->rss_indirection_tbl, in hns3_dev_rss_reta_update()
487 indirection_tbl[i] = reta_conf[idx].reta[shift]; in hns3_dev_rss_reta_update()
490 ret = hns3_set_rss_indir_table(hw, indirection_tbl, in hns3_dev_rss_reta_update()