Searched refs:ext_rss_size_max (Results 1 – 1 of 1) sorted by relevance
2791 uint8_t ext_rss_size_max; in hns3_parse_cfg() local2845 ext_rss_size_max = hns3_get_field(rte_le_to_cpu_32(req->param[2]), in hns3_parse_cfg()2857 if (ext_rss_size_max) in hns3_parse_cfg()2858 cfg->rss_size_max = 1U << ext_rss_size_max; in hns3_parse_cfg()