Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h171 #define HCLGEVF_RSS_CFG_TBL_SIZE 16 macro
177 u8 rss_result[HCLGEVF_RSS_CFG_TBL_SIZE];
Dhclgevf_main.h48 (HCLGEVF_RSS_IND_TBL_SIZE / HCLGEVF_RSS_CFG_TBL_SIZE)
Dhclgevf_main.c411 req->start_table_index = i * HCLGEVF_RSS_CFG_TBL_SIZE; in hclgevf_set_rss_indir_table()
413 for (j = 0; j < HCLGEVF_RSS_CFG_TBL_SIZE; j++) in hclgevf_set_rss_indir_table()
415 indir[i * HCLGEVF_RSS_CFG_TBL_SIZE + j]; in hclgevf_set_rss_indir_table()