Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h208 #define HCLGEVF_RSS_CFG_TBL_SIZE 16 macro
214 u8 rss_result[HCLGEVF_RSS_CFG_TBL_SIZE];
Dhclgevf_main.h117 (HCLGEVF_RSS_IND_TBL_SIZE / HCLGEVF_RSS_CFG_TBL_SIZE)
Dhclgevf_main.c647 req->start_table_index = i * HCLGEVF_RSS_CFG_TBL_SIZE; in hclgevf_set_rss_indir_table()
649 for (j = 0; j < HCLGEVF_RSS_CFG_TBL_SIZE; j++) in hclgevf_set_rss_indir_table()
651 indir[i * HCLGEVF_RSS_CFG_TBL_SIZE + j]; in hclgevf_set_rss_indir_table()