Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.c509 uint16_t indirection_tbl[HNS3_RSS_IND_TBL_SIZE]; in hns3_dev_rss_reta_update() local
520 memcpy(indirection_tbl, rss_cfg->rss_indirection_tbl, in hns3_dev_rss_reta_update()
535 indirection_tbl[i] = reta_conf[idx].reta[shift]; in hns3_dev_rss_reta_update()
538 ret = hns3_set_rss_indir_table(hw, indirection_tbl, in hns3_dev_rss_reta_update()