Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c436 u16 roundup_size; in hclgevf_set_rss_tc_mode() local
442 roundup_size = roundup_pow_of_two(rss_size); in hclgevf_set_rss_tc_mode()
443 roundup_size = ilog2(roundup_size); in hclgevf_set_rss_tc_mode()
447 tc_size[i] = roundup_size; in hclgevf_set_rss_tc_mode()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c3357 u16 roundup_size; in hclge_rss_init_hw() local
3383 roundup_size = roundup_pow_of_two(rss_size); in hclge_rss_init_hw()
3384 roundup_size = ilog2(roundup_size); in hclge_rss_init_hw()
3393 tc_size[i] = roundup_size; in hclge_rss_init_hw()
5934 u16 roundup_size; in hclge_set_channels() local
5959 roundup_size = roundup_pow_of_two(kinfo->rss_size); in hclge_set_channels()
5960 roundup_size = ilog2(roundup_size); in hclge_set_channels()
5969 tc_size[i] = roundup_size; in hclge_set_channels()